Browse Source

Drop installation of cmake

pull/5436/head
Martin Kroeker GitHub 1 month ago
parent
commit
c42fccccb5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/apple_m.yml

+ 1
- 1
.github/workflows/apple_m.yml View File

@@ -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"


Loading…
Cancel
Save