Skip to content

Commit 822a7f3

Browse files
authored
Update riscv64_vector.yml
1 parent 08109f3 commit 822a7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/riscv64_vector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
export PATH="/opt/riscv/bin:$PATH"
101101
export LD_LIBRARY_PATH=/opt/riscv/sysroot/lib
102-
ln -s /opt/riscv/sysroot/lib/ld-linux-riscv64-lp64d.so.1 /lib
102+
sudo ln -s /opt/riscv/sysroot/lib/ld-linux-riscv64-lp64d.so.1 /lib
103103
export QEMU_CPU=${{ matrix.qemu_cpu }}
104104
rm -rf ./test_out
105105
mkdir -p ./test_out

0 commit comments

Comments
 (0)