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 dc7426c commit 1802741Copy full SHA for 1802741
1 file changed
Makefile
@@ -203,7 +203,8 @@ dependencies-vcpkg: ## install dependencies via vcpkg
203
cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install
204
205
dependencies-win: ## install dependencies via windows
206
- choco install cmake curl winflexbison ninja unzip zip --no-progress -y
+ choco install cmake --version=3.31.6
207
+ choco install curl winflexbison ninja unzip zip --no-progress -y
208
209
############################################################################################
210
# Thanks to Francoise at marmelab.com for this
0 commit comments