We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431aa21 commit 67ab91fCopy full SHA for 67ab91f
.circleci/config.yml
@@ -110,7 +110,7 @@ jobs:
110
- run:
111
name: Install dependencies
112
command: |
113
- choco install -y cmake --version=3.31.6 --installargs 'ADD_CMAKE_TO_PATH=System'
+ choco install -y cmake --version=3.31.6 --accept-license --installargs 'ADD_CMAKE_TO_PATH=System'
114
choco install -y ninja
115
116
name: Building
0 commit comments