Skip to content

Commit c42fccc

Browse files
authored
Drop installation of cmake
1 parent 06c09de commit c42fccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apple_m.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
elif [ "$RUNNER_OS" == "macOS" ]; then
4545
# It looks like "gfortran" isn't working correctly unless "gcc" is re-installed.
4646
brew reinstall gcc
47-
brew install coreutils cmake ccache
47+
brew install coreutils ccache
4848
brew install llvm
4949
else
5050
echo "::error::$RUNNER_OS not supported"

0 commit comments

Comments
 (0)