We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5d14a commit 75b76b7Copy full SHA for 75b76b7
.github/workflows/qemu-image-build.yml
@@ -84,11 +84,11 @@ jobs:
84
echo "" >> common-nix.vars.pkr.hcl
85
86
87
- # - name: Install dependencies
88
- # run: |
89
- # sudo apt-get update
90
- # sudo apt-get remove -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
91
- # sudo apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
+ - name: Install dependencies
+ run: |
+ sudo apt-get update
+ sudo apt-get remove -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
+ sudo apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm qemu-utils
92
93
- name: Build QEMU artifact
94
run: |
0 commit comments