fortran-lang / setup-fortran

GitHub action to setup Fortran compiler and toolchain
https://github.com/marketplace/actions/setup-fortran
Apache License 2.0
75 stars 25 forks source link

fix(mac/gcc): brew doesn't create unversioned gcc symlink #65

Closed wpbonelli closed 8 months ago

wpbonelli commented 8 months ago

Homebrew creates an unversioned symlink for gfortran when gcc@13 is installed, but not for gcc or g++. Might as well always create them regardless of version installed. Also the bot-created PR to update the README was not getting triggered when test.yml runs in reporting mode.