Browse Source

drop (re)installation of cmake on osx runners

pull/5436/head
Martin Kroeker GitHub 4 weeks ago
parent
commit
a1331406a3
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/dynamic_arch.yml

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

@@ -49,7 +49,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
else else
echo "::error::$RUNNER_OS not supported" echo "::error::$RUNNER_OS not supported"
exit 1 exit 1


Loading…
Cancel
Save