Update dynamic_arch.yml
This commit is contained in:
parent
58363774ee
commit
7168844417
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue