Update loongarch64.yml

This commit is contained in:
Martin Kroeker 2024-04-02 19:51:36 +02:00 committed by GitHub
parent 78c47e00f4
commit 5db3393e95
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 ccache ${{ matrix.triple }}-gfortran ./c_check mak conf ${{ matrix.triple }}-gcc ${{ 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: