Skip to content

Commit

Permalink
Forcing symlink of gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinte committed May 17, 2024
1 parent be297ab commit 0e55eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
brew reinstall gcc@13
ln -s /usr/local/bin/gcc-13 /usr/local/bin/gcc
ln -s /usr/local/bin/g++-13 /usr/local/bin/g++
ln -s /usr/local/bin/gfortran-13 /usr/local/bin/gfortran
- name: install intel compilers (intel / macos)
if: matrix.compiler == 'ifort' && matrix.os == 'macos'
Expand Down

0 comments on commit 0e55eb8

Please sign in to comment.