We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0adc5f commit 5ad523bCopy full SHA for 5ad523b
.github/workflows/openblas.yml
@@ -48,13 +48,12 @@ jobs:
48
- uses: actions/checkout@v1
49
with:
50
submodules: 'recursive'
51
- - name: Install GCC by homebrew
52
- run: |
53
- brew install gcc
54
- name: Install OpenBLAS by homebrew
55
run: |
56
brew install openblas
57
if: ${{ contains(matrix.feature, 'system') }}
+ - run: |
+ export LIBRARY_PATH=$(readlink -f $(dirname $(gfortran -print-file-name libgfortran.a)))
58
- uses: actions-rs/cargo@v1
59
60
command: test
0 commit comments