Drop installation of cmake

This commit is contained in:
Martin Kroeker
2025-09-02 15:36:32 +02:00
committed by GitHub
parent 06c09deee9
commit c42fccccb5

View File

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