Browse Source

print makefile.conf contents

pull/3737/head
Martin Kroeker GitHub 3 years ago
parent
commit
5e0ee304b4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/dynamic_arch.yml

+ 1
- 0
.github/workflows/dynamic_arch.yml 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

Loading…
Cancel
Save