Skip to content

Commit

Permalink
check homebrew path
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jun 12, 2024
1 parent db14b55 commit 79f9b6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
run: |
sudo ln -s $(which gfortran-13) /usr/local/bin/gfortran
brew install openblas pkg-config
brew --prefix openblas
ls $(brew --prefix openblas)
ls $(brew --prefix openblas)/lib/pkgconfig
# Export PKG_CONFIG_PATH to GitHub Actions environment
echo "PKG_CONFIG_PATH=/opt/homebrew/opt/openblas/lib/pkgconfig" >> $GITHUB_ENV
if: matrix.os.image == 'macOS-12' || matrix.os.image == 'macOS-14'
Expand Down

0 comments on commit 79f9b6a

Please sign in to comment.