|
@@ -44,7 +44,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 |
|
|
brew install llvm |
|
|
brew install llvm |
|
|
else |
|
|
else |
|
|
echo "::error::$RUNNER_OS not supported" |
|
|
echo "::error::$RUNNER_OS not supported" |
|
|