print makefile.conf contents

This commit is contained in:
Martin Kroeker 2022-08-30 22:37:39 +02:00 committed by GitHub
parent 374aff0c72
commit 5e0ee304b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -307,3 +307,4 @@ jobs:
- name: Build OpenBLAS
run: |
make -j$(nproc) HOSTCC=gcc CC="${{ matrix.triple }}-gcc" FC="${{ matrix.triple }}-gfortran" ${{ matrix.opts }}
cat Makefile.conf