Skip to content

Commit 5ad523b

Browse files
committed
Add LIBRARY_PATH
1 parent f0adc5f commit 5ad523b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/openblas.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,12 @@ jobs:
4848
- uses: actions/checkout@v1
4949
with:
5050
submodules: 'recursive'
51-
- name: Install GCC by homebrew
52-
run: |
53-
brew install gcc
5451
- name: Install OpenBLAS by homebrew
5552
run: |
5653
brew install openblas
5754
if: ${{ contains(matrix.feature, 'system') }}
55+
- run: |
56+
export LIBRARY_PATH=$(readlink -f $(dirname $(gfortran -print-file-name libgfortran.a)))
5857
- uses: actions-rs/cargo@v1
5958
with:
6059
command: test

0 commit comments

Comments
 (0)