Update loongarch64.yml
This commit is contained in:
parent
9204077ec7
commit
a12b04d6d8
|
@ -73,7 +73,7 @@ jobs:
|
|||
- name: Test compiler
|
||||
run: |
|
||||
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 -static" "ccache ${{ matrix.triple }}-gfortran -static"
|
||||
- name: 'Upload generated makefile.conf'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue