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 91
91
- name : Install QEMU
92
92
run : |
93
93
sudo apt-get update
94
- sudo apt-get install qemu-system-x86
94
+ sudo apt-get install --no-install-recommends qemu-system-x86
95
95
- uses : mkroening/rust-toolchain-toml@main
96
96
- name : Unit tests
97
97
run : cargo test --lib
@@ -126,7 +126,7 @@ jobs:
126
126
packages : qemu-system-x86 libcap-ng-dev libseccomp-dev uftrace
127
127
flags : --accel --sudo
128
128
- arch : aarch64
129
- packages : qemu-system-aarch64
129
+ packages : qemu-system-aarch64 ipxe-qemu
130
130
- arch : riscv64
131
131
packages : qemu-system-misc
132
132
@@ -142,7 +142,7 @@ jobs:
142
142
- name : Install QEMU
143
143
run : |
144
144
sudo apt-get update
145
- sudo apt-get install ${{ matrix.packages }}
145
+ sudo apt-get install --no-install-recommends ${{ matrix.packages }}
146
146
- uses : dtolnay/rust-toolchain@stable
147
147
- uses : dtolnay/rust-toolchain@nightly
148
148
with :
You can’t perform that action at this time.
0 commit comments