File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 - name : Install QEMU
9292 run : |
9393 sudo apt-get update
94- sudo apt-get install qemu-system-x86
94+ sudo apt-get install --no-install-recommends qemu-system-x86
9595 - uses : mkroening/rust-toolchain-toml@main
9696 - name : Unit tests
9797 run : cargo test --lib
@@ -126,7 +126,7 @@ jobs:
126126 packages : qemu-system-x86 libcap-ng-dev libseccomp-dev uftrace
127127 flags : --accel --sudo
128128 - arch : aarch64
129- packages : qemu-system-aarch64
129+ packages : qemu-system-aarch64 ipxe-qemu
130130 - arch : riscv64
131131 packages : qemu-system-misc
132132
@@ -142,7 +142,7 @@ jobs:
142142 - name : Install QEMU
143143 run : |
144144 sudo apt-get update
145- sudo apt-get install ${{ matrix.packages }}
145+ sudo apt-get install --no-install-recommends ${{ matrix.packages }}
146146 - uses : dtolnay/rust-toolchain@stable
147147 - uses : dtolnay/rust-toolchain@nightly
148148 with :
You can’t perform that action at this time.
0 commit comments