mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
GHA: Raspbian: install more recent QEMU
to workaround "semop(1): encountered an error: Function not implemented".
This commit is contained in:
parent
0ee074ab24
commit
c5c2d20995
4
.github/workflows/raspbian.yml
vendored
4
.github/workflows/raspbian.yml
vendored
@ -33,6 +33,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…
x
Reference in New Issue
Block a user