Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Sep 1, 2024
1 parent 2cc1f81 commit 5c65b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
run: |
brew install bison boost libogg ninja pkg-config qt5
brew link qt5 --force
echo "FC=gfortran-11" >> ${GITHUB_ENV}
echo "FC=gfortran-14" >> ${GITHUB_ENV}
echo "YACC=/opt/homebrew/opt/bison/bin/bison" >> ${GITHUB_ENV}
echo "CPATH=/opt/homebrew/include" >> ${GITHUB_ENV}
echo "LIBRARY_PATH=/opt/homebrew/lib" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 5c65b23

Please sign in to comment.