Browse Source

Update dynamic_arch.yml

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

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

Loading…
Cancel
Save