Update dynamic_arch.yml

This commit is contained in:
Martin Kroeker 2023-01-01 12:22:00 +01:00 committed by GitHub
parent 58363774ee
commit 7168844417
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,3 +318,5 @@ 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 }}
cat config*h
cat Mak*conf