Skip to content

Commit 03a3fef

Browse files
committed
BUG: Do not install pinned cmake in CI
1 parent fdde1ea commit 03a3fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: startsWith(matrix.os, 'macos')
5050
run: |
5151
brew update
52-
brew install ninja cmake git
52+
brew install ninja git
5353
5454
# Windows dependencies
5555
- name: Install dependencies (Windows)

0 commit comments

Comments
 (0)