mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +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
|
- name: qemu-user-static
|
||||||
run: |
|
run: |
|
||||||
set -exo pipefail
|
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
|
sudo apt-get update
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y qemu-user-static
|
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y qemu-user-static
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user