Skip to content

Commit b821701

Browse files
committed
typo
1 parent 30fa56a commit b821701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/build_steps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function before_build {
4141
source venv/bin/activate
4242

4343
# Link to gfortran, see https://github.com/actions/runner-images/issues/3371
44+
GCC_V=15
4445
sudo ln -fs /opt/homebrew/bin/gfortran-${GCC_V} /usr/local/bin/gfortran
4546
sudo mkdir -p /usr/local/gfortran
4647
sudo ln -sf /opt/homebrew/Cellar/gcc@${GCC_V}/*/lib/gcc/${GCC_V} /usr/local/gfortran/lib

0 commit comments

Comments
 (0)