We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c6e52 commit 4a2573dCopy full SHA for 4a2573d
1 file changed
.github/workflows/unit-test-on-pull-request.yml
@@ -287,8 +287,8 @@ jobs:
287
run: |
288
sudo apt-get update -y
289
case "${{ matrix.target_arch }}" in
290
- amd64) sudo apt-get -y install qemu-system-x86;;
291
- arm64) sudo apt-get -y install qemu-system-arm;;
+ amd64) sudo apt-get -y --no-install-recommends --no-install-suggests install qemu-system-x86;;
+ arm64) sudo apt-get -y --no-install-recommends --no-install-suggests install qemu-system-arm ipxe-qemu;;
292
*) echo >&2 "bug: bad arch selected"; exit 1;;
293
esac
294
sudo apt-get install -y debootstrap systemtap-sdt-dev
0 commit comments