Skip to content

Commit

Permalink
Add gfortran path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Nov 5, 2024
1 parent 8fcf19b commit 059414c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
brew install bison
echo "BISON_PATH=/usr/local/opt/bison/bin/bison" >> $GITHUB_ENV
echo "FORT_FLG=\"-DCMAKE_Fortran_COMPILER=gfortran-14\"" >> "$GITHUB_ENV"
- name: Install scotch
if: matrix.scotch == 'on'
run : |
Expand Down

0 comments on commit 059414c

Please sign in to comment.