Skip to content

Commit

Permalink
CI: Fix macOS Brew CMake (#386)
Browse files Browse the repository at this point in the history
```
Warning: Treating cmake as a formula. For the cask, use homebrew/cask/cmake
Warning: cmake 3.26.4 is already installed and up-to-date.
To reinstall 3.26.4, run:
  brew reinstall cmake
```
```
/Users/runner/work/_temp/92017562-3156-4be4-9360-ab3ff5e42767.sh: line 1: cmake: command not found
```
  • Loading branch information
ax3l committed Jun 21, 2023
1 parent 9fa9f3b commit 290c92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
brew install --overwrite python
brew install adios2
brew install ccache
brew install cmake
brew install --cask cmake
brew install hdf5-mpi
brew install libomp
brew link --force libomp
Expand Down

0 comments on commit 290c92d

Please sign in to comment.