Skip to content

Commit 3ec239e

Browse files
committed
update install method
1 parent 200bcc0 commit 3ec239e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install CMake 3 on MacOS
6464
if: ${{ startsWith(runner.os, 'macOS') }}
6565
run: |
66-
brew install cmake@3
66+
brew install --cask cmake-app@3
6767
- name: Start MongoDB on MacOS
6868
if: ${{ startsWith(runner.os, 'macOS') }}
6969
run: |

0 commit comments

Comments
 (0)