print makefile.conf contents
This commit is contained in:
parent
374aff0c72
commit
5e0ee304b4
|
@ -307,3 +307,4 @@ jobs:
|
||||||
- name: Build OpenBLAS
|
- name: Build OpenBLAS
|
||||||
run: |
|
run: |
|
||||||
make -j$(nproc) HOSTCC=gcc CC="${{ matrix.triple }}-gcc" FC="${{ matrix.triple }}-gfortran" ${{ matrix.opts }}
|
make -j$(nproc) HOSTCC=gcc CC="${{ matrix.triple }}-gcc" FC="${{ matrix.triple }}-gfortran" ${{ matrix.opts }}
|
||||||
|
cat Makefile.conf
|
||||||
|
|
Loading…
Reference in New Issue