Skip to content

Commit

Permalink
Merge pull request #2782 from div72/fix-macos-ci
Browse files Browse the repository at this point in the history
ci: use overwrite with brew install on MacOS CMake
  • Loading branch information
jamescowens authored Nov 25, 2024
2 parents 2c1ca2a + ebf76bf commit b76cae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: brew install
run: brew install --overwrite
${{matrix.deps}}
boost
ccache
Expand Down

0 comments on commit b76cae3

Please sign in to comment.