Skip to content

Commit aad3a5e

Browse files
authored
Remove QEMU dummy package installation from Linux-pack.yml (#3851)
The QEMU package is now a dummy package. Installing qemu-user-static should be sufficient. See https://packages.debian.org/buster/qemu for official mention of it being a dummy package.
1 parent 7aa69e4 commit aad3a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Linux-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
esac
143143
if [ -n "${QEMU_ARCH}" ]; then
144144
sudo apt-get -y -qq update
145-
sudo apt-get -y install qemu binfmt-support qemu-user-static
145+
sudo apt-get -y install binfmt-support qemu-user-static
146146
docker run --rm --privileged multiarch/qemu-user-static --reset --persistent yes --credential yes
147147
cat /proc/sys/fs/binfmt_misc/qemu-${QEMU_ARCH}
148148
fi

0 commit comments

Comments
 (0)