Skip to content

Commit b34f797

Browse files
committed
Solve issue with MacOS CMake.
1 parent 57641a6 commit b34f797

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/macos-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242

43+
- name: Uninstall CMake
44+
run: |
45+
brew uninstall --force cmake
46+
4347
- name: Uninstall NodeJS and NPM
4448
run: |
4549
npm uninstall npm -g

0 commit comments

Comments
 (0)