Skip to content

Commit 882440b

Browse files
committed
chore(windows-ci): pin cmake version
1 parent be57fe9 commit 882440b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- run:
111111
name: Install dependencies
112112
command: |
113-
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
113+
choco install -y cmake --version=3.31.6 --installargs 'ADD_CMAKE_TO_PATH=System'
114114
choco install -y ninja
115115
- run:
116116
name: Building

0 commit comments

Comments
 (0)