We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26e223 commit 0a79085Copy full SHA for 0a79085
1 file changed
.github/workflows/riscv64_vector.yml
@@ -43,7 +43,7 @@ jobs:
43
libgomp1-riscv64-cross ccache qemu-kvm qemu-user libc6-riscv64-cross
44
wget ${riscv_gnu_toolchain}/${riscv_gnu_toolchain_nightly_download_path}
45
tar -xvf $(basename ${riscv_gnu_toolchain_nightly_download_path}) -C /opt
46
- wget https://gist.github.com/martin-frbg/bb630e0de34978e578eeb496b1538d4e#file-qemu-riscv64-10-1-ubuntu24 -C /opt/riscv/bin
+ wget https://gist.github.com/martin-frbg/bb630e0de34978e578eeb496b1538d4e#file-qemu-riscv64-10-1-ubuntu24 -P /opt/riscv/bin
47
chmod +x /opt/riscv/bin/qemu-riscv64
48
49
- name: Compilation cache
0 commit comments