Skip to content

Commit 22c800d

Browse files
committed
CI ARM: fix qemu not being present in U24.04
the package `qemu` is no longer present in U24.04, which is now ubuntu-latest default Ubuntu version as a GH runner. But we don't need it, we use just the static version (qemu-user-static).
1 parent 16d41e8 commit 22c800d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Prepare
3535
run: |
3636
sudo apt update
37-
sudo apt install binfmt-support curl qemu qemu-user-static
37+
sudo apt install binfmt-support curl qemu-user-static
3838
3939
- name: Fetch SDKs ETags
4040
id: etags

0 commit comments

Comments
 (0)