Skip to content

Commit b76cae3

Browse files
authored
Merge pull request #2782 from div72/fix-macos-ci
ci: use overwrite with brew install on MacOS CMake
2 parents 2c1ca2a + ebf76bf commit b76cae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Checkout
149149
uses: actions/checkout@v4
150150
- name: Install dependencies
151-
run: brew install
151+
run: brew install --overwrite
152152
${{matrix.deps}}
153153
boost
154154
ccache

0 commit comments

Comments
 (0)