File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
40
40
- name : Download and install loongarch64-toolchain
41
41
run : |
42
- wget http ://ftp.loongnix.cn/toolchain/llvm/llvm8 /clang+llvm_8.0.1-6_amd64-linux-gnu_debian-10.tar.gz
43
- wget http ://ftp.loongnix.cn/toolchain/gcc/release/loongarch/gcc8 /loongson-gnu-toolchain-8.3-x86_64-loongarch64-linux-gnu-rc1.3.tar.xz
42
+ wget https ://github.com/XiWeiGu/loongarch64_toolchain/releases/download/V0.1 /clang+llvm_8.0.1-6_amd64-linux-gnu_debian-10.tar.gz
43
+ wget https ://github.com/XiWeiGu/loongarch64_toolchain/releases/download/V0.1 /loongson-gnu-toolchain-8.3-x86_64-loongarch64-linux-gnu-rc1.3.tar.xz
44
44
tar -xf clang+llvm_8.0.1-6_amd64-linux-gnu_debian-10.tar.gz -C /opt
45
45
tar -xf loongson-gnu-toolchain-8.3-x86_64-loongarch64-linux-gnu-rc1.3.tar.xz -C /opt
46
46
You can’t perform that action at this time.
0 commit comments