|
@@ -49,7 +49,7 @@ jobs: |
|
|
elif [ "$RUNNER_OS" == "macOS" ]; then |
|
|
elif [ "$RUNNER_OS" == "macOS" ]; then |
|
|
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed. |
|
|
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed. |
|
|
brew reinstall gcc |
|
|
brew reinstall gcc |
|
|
brew install coreutils cmake ccache |
|
|
|
|
|
|
|
|
brew install coreutils ccache |
|
|
else |
|
|
else |
|
|
echo "::error::$RUNNER_OS not supported" |
|
|
echo "::error::$RUNNER_OS not supported" |
|
|
exit 1 |
|
|
exit 1 |
|
|