Skip to content

Commit

Permalink
Update loongarch64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Apr 2, 2024
1 parent 78c47e0 commit 5db3393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/loongarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ccache ${{ matrix.triple }}-gfortran
./c_check mak conf ${{ matrix.triple }}-gcc ${{ matrix.triple }}-gfortran
- name: 'Upload generated makefile.conf'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5db3393

Please sign in to comment.