@@ -22,10 +22,10 @@ jobs:
22
22
23
23
- uses : Swatinem/rust-cache@v2
24
24
25
- - name : Install qemu and OVMF
25
+ - name : Install qemu
26
26
run : |
27
27
sudo apt-get update
28
- sudo apt-get install qemu-system-arm qemu-efi-aarch64 -y
28
+ sudo apt-get install qemu-system-arm -y
29
29
30
30
- name : Run VM tests
31
31
run : cargo xtask run --target aarch64 --headless --ci
@@ -40,10 +40,10 @@ jobs:
40
40
41
41
- uses : Swatinem/rust-cache@v2
42
42
43
- - name : Install qemu and OVMF
43
+ - name : Install qemu
44
44
run : |
45
45
sudo apt-get update
46
- sudo apt-get install qemu-system-x86 ovmf swtpm -y
46
+ sudo apt-get install qemu-system-x86 swtpm -y
47
47
48
48
- name : Run VM tests
49
49
run : cargo xtask run --target x86_64 --headless --ci --tpm=v1
@@ -58,10 +58,10 @@ jobs:
58
58
59
59
- uses : Swatinem/rust-cache@v2
60
60
61
- - name : Install qemu and OVMF
61
+ - name : Install qemu
62
62
run : |
63
63
sudo apt-get update
64
- sudo apt-get install qemu-system-x86 ovmf-ia32 swtpm -y
64
+ sudo apt-get install qemu-system-x86 swtpm -y
65
65
66
66
- name : Run VM tests
67
67
run : cargo xtask run --target ia32 --headless --ci --tpm=v2
@@ -168,10 +168,10 @@ jobs:
168
168
- name : Checkout sources
169
169
uses : actions/checkout@v3
170
170
171
- - name : Install qemu and OVMF
171
+ - name : Install qemu
172
172
run : |
173
173
sudo apt-get update
174
- sudo apt-get install qemu-system-x86 ovmf -y
174
+ sudo apt-get install qemu-system-x86 -y
175
175
176
176
- name : Enable nightly toolchain
177
177
run : cp .github/workflows/nightly_toolchain.toml rust-toolchain.toml
0 commit comments