Skip to content

Commit

Permalink
Don't remove gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
thfroitzheim committed Jul 4, 2024
1 parent efe25f6 commit d33ccad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
if: ${{ contains(matrix.os, 'macos') && matrix.compiler == 'gnu' }}
run: |
brew install gcc@${{ env.GCC_V }} openblas
rm /usr/local/bin/gfortran
ln -s /usr/local/bin/gfortran-${{ env.GCC_V }} /usr/local/bin/gfortran
ln -s /usr/local/bin/gcc-${{ env.GCC_V }} /usr/local/bin/gcc
ln -s /usr/local/bin/g++-${{ env.GCC_V }} /usr/local/bin/g++
Expand Down

0 comments on commit d33ccad

Please sign in to comment.