GHA: Raspbian: install more recent QEMU

to workaround "semop(1): encountered an error: Function not implemented".
This commit is contained in:
Alexander A. Klimov 2021-12-01 11:40:25 +01:00
parent 63a5938164
commit 2a9f5f2e0f
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ jobs:
- name: qemu-user-static
run: |
set -exo pipefail
. /etc/os-release
if [ "$VERSION_ID" = 20.04 ]; then
sudo perl -pi -e s/focal/impish/g /etc/apt/sources.list
fi
sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y qemu-user-static