Skip to content

Commit a133140

Browse files
authored
drop (re)installation of cmake on osx runners
1 parent c42fccc commit a133140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dynamic_arch.yml

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

0 commit comments

Comments
 (0)