Skip to content

Commit e423ffc

Browse files
committed
.
1 parent 4877903 commit e423ffc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ jobs:
8282
# Ensure there's a newline at the end of the file
8383
echo "" >> common-nix.vars.pkr.hcl
8484
85+
86+
- name: Install dependencies
87+
run: |
88+
sudo apt-get update
89+
sudo apt-get remove -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
90+
sudo apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
91+
8592
- name: Build QEMU artifact
8693
run: |
8794
make init

0 commit comments

Comments
 (0)