We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f3cb7 commit 2d90dd7Copy full SHA for 2d90dd7
.github/workflows/main.yaml
@@ -87,8 +87,9 @@ jobs:
87
sudo apt-get update
88
sudo apt-get install --no-install-recommends \
89
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
+ gnu-efi:armhf libpci-dev:armhf pkg-config:armhf check:armhf
+ wget http://security.ubuntu.com/ubuntu/pool/universe/q/qemu/qemu-user-static_6.2+dfsg-2ubuntu6.24_amd64.deb
92
+ sudo dpkg -i qemu-user-static_6.2+dfsg-2ubuntu6.24_amd64.deb
93
- name: Install riscv64 dependencies
94
if: ${{ matrix.target == 'riscv64' }}
95
run: |
0 commit comments