Skip to content

Commit 7bbf035

Browse files
committed
TEMP: use newer qemu-user-static
1 parent d1f3cb7 commit 7bbf035

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ jobs:
8787
sudo apt-get update
8888
sudo apt-get install --no-install-recommends \
8989
autoconf-archive gcc-arm-linux-gnueabihf libc6-dev-armhf-cross \
90-
gnu-efi:armhf libpci-dev:armhf pkg-config:armhf check:armhf \
91-
qemu-user-static
90+
gnu-efi:armhf libpci-dev:armhf pkg-config:armhf check:armhf
91+
wget http://mirrors.kernel.org/ubuntu/pool/universe/q/qemu/qemu-user-static_9.2.1+ds-1ubuntu5_amd64.deb
92+
sudo dpkg -i qemu-user-static_9.2.1+ds-1ubuntu5_amd64.deb
9293
- name: Install riscv64 dependencies
9394
if: ${{ matrix.target == 'riscv64' }}
9495
run: |

0 commit comments

Comments
 (0)