We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fa56a commit b821701Copy full SHA for b821701
tools/build_steps.sh
@@ -41,6 +41,7 @@ function before_build {
41
source venv/bin/activate
42
43
# Link to gfortran, see https://github.com/actions/runner-images/issues/3371
44
+ GCC_V=15
45
sudo ln -fs /opt/homebrew/bin/gfortran-${GCC_V} /usr/local/bin/gfortran
46
sudo mkdir -p /usr/local/gfortran
47
sudo ln -sf /opt/homebrew/Cellar/gcc@${GCC_V}/*/lib/gcc/${GCC_V} /usr/local/gfortran/lib
0 commit comments