Skip to content

Commit 67ab91f

Browse files
authored
chore(win-ci): accept cmake license (#202)
1 parent 431aa21 commit 67ab91f

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 --version=3.31.6 --installargs 'ADD_CMAKE_TO_PATH=System'
113+
choco install -y cmake --version=3.31.6 --accept-license --installargs 'ADD_CMAKE_TO_PATH=System'
114114
choco install -y ninja
115115
- run:
116116
name: Building

0 commit comments

Comments
 (0)