You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think we want to turn off all warnings. We could check if the same gcc is already installed in install_gcc_brew like we do in install_gcc_apt and install_gcc_choco (in setup-fortran.sh).
The following warning is emitted by brew when trying to install the same version of gfortran (gcc) that is already installed on the runner.
This is a minor thing, but since github collects all the warnings in the summary page after a run this adds to the noise.
It should be possible to turn off all warnings from brew with
-q
, but this might not be desirable in general.The text was updated successfully, but these errors were encountered: