Update dynamic_arch.yml

This commit is contained in:
Martin Kroeker 2023-01-01 12:53:53 +01:00 committed by GitHub
parent 7168844417
commit 06b23cae06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -318,5 +318,7 @@ jobs:
- name: Build OpenBLAS
run: |
make -j$(nproc) HOSTCC="ccache gcc" CC="ccache ${{ matrix.triple }}-gcc" FC="ccache ${{ matrix.triple }}-gfortran" ARCH=${{ matrix.target }} ${{ matrix.opts }}
- name: Post config
run: |
cat config*h
cat Mak*conf