Skip to content

Commit

Permalink
Update mac_r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Aug 19, 2024
1 parent 5a51d63 commit 69c403c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mac_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
echo "Found gfortran in /opt/homebrew/bin"
elif [ -x "/usr/local/bin/gfortran" ]; then
echo "Found gfortran in /usr/local/bin"
elif [ -x "/opt/homebrew/opt/gcc/bin/gfortran" ]; then
echo "Found gfortran in /opt/homebrew/opt/gcc/bin"
echo "/opt/homebrew/opt/gcc/bin" >> $GITHUB_PATH
else
echo "gfortran not found"
exit 1
Expand Down

0 comments on commit 69c403c

Please sign in to comment.