Skip to content

Commit 44089ce

Browse files
committed
TEMP: use newer qemu-user-static
1 parent d1f3cb7 commit 44089ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ 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_9.2.1+ds-1ubuntu5_amd64.deb
92+
wget http://mirrors.kernel.org/ubuntu/pool/universe/q/qemu/qemu-user-binfmt_9.2.1+ds-1ubuntu5_amd64.deb
93+
wget http://mirrors.kernel.org/ubuntu/pool/universe/q/qemu/qemu-user-static_9.2.1+ds-1ubuntu5_amd64.deb
94+
sudo dpkg -i qemu-user_9.2.1+ds-1ubuntu5_amd64.deb qemu-user-binfmt_9.2.1+ds-1ubuntu5_amd64.deb qemu-user-static_9.2.1+ds-1ubuntu5_amd64.deb
9295
- name: Install riscv64 dependencies
9396
if: ${{ matrix.target == 'riscv64' }}
9497
run: |

0 commit comments

Comments
 (0)