Skip to content

Commit

Permalink
fix: install fortran compiler for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Aug 20, 2024
1 parent 59441ff commit 96e458c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ case "$runner" in
;;
'macos-latest')
brew install meson ninja tree
# install fortran compiler:
brew install gcc
brew unlink gcc
brew link gcc
;;
*)
exit 1
Expand Down

0 comments on commit 96e458c

Please sign in to comment.