mirror of https://github.com/Icinga/icinga2.git
GHA: Raspbian: install more recent QEMU
to workaround "semop(1): encountered an error: Function not implemented".
This commit is contained in:
parent
63a5938164
commit
2a9f5f2e0f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue