Merge branch 'OpenMathLib:develop' into fix4398
This commit is contained in:
commit
910ab7f698
|
@ -40,7 +40,8 @@ jobs:
|
||||||
|
|
||||||
- name: Download and install loongarch64-toolchain
|
- name: Download and install loongarch64-toolchain
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz
|
wget https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/8.1/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz
|
||||||
|
#wget https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz
|
||||||
tar -xf CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz -C /opt
|
tar -xf CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz -C /opt
|
||||||
|
|
||||||
- name: Set env
|
- name: Set env
|
||||||
|
|
Loading…
Reference in New Issue