We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acff97c commit de00413Copy full SHA for de00413
.github/workflows/riscv64_vector.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
sudo apt-get update
42
sudo apt-get install autoconf automake autotools-dev ninja-build make \
43
- libgomp1-riscv64-cross ccache qemu
+ libgomp1-riscv64-cross ccache qemu-kvm
44
wget ${riscv_gnu_toolchain}/${riscv_gnu_toolchain_nightly_download_path}
45
tar -xvf $(basename ${riscv_gnu_toolchain_nightly_download_path}) -C /opt
46
0 commit comments