Update loongarch64.yml

This commit is contained in:
Martin Kroeker 2024-04-02 17:19:56 +02:00 committed by GitHub
parent 9204077ec7
commit a12b04d6d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 -static" "ccache ${{ matrix.triple }}-gfortran -static"
- name: 'Upload generated makefile.conf' - name: 'Upload generated makefile.conf'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: