Update loongarch64.yml
This commit is contained in:
parent
fc8de8ba04
commit
78c47e00f4
|
@ -73,7 +73,7 @@ jobs:
|
||||||
- name: Test compiler
|
- name: Test compiler
|
||||||
run: |
|
run: |
|
||||||
ccache ${{ matrix.triple }}-gcc -static -mabi=lp64d -c cpuid_loongarch64.c -o /dev/null && echo "lp64d supported"
|
ccache ${{ matrix.triple }}-gcc -static -mabi=lp64d -c cpuid_loongarch64.c -o /dev/null && echo "lp64d supported"
|
||||||
./c_check mak conf "ccache ${{ matrix.triple }}-gcc -static" "ccache ${{ matrix.triple }}-gfortran -static"
|
./c_check mak conf ccache ${{ matrix.triple }}-gcc ccache ${{ matrix.triple }}-gfortran
|
||||||
- name: 'Upload generated makefile.conf'
|
- name: 'Upload generated makefile.conf'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue