File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments