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 2beec18 commit 9bd0091Copy full SHA for 9bd0091
ci/windows/build.bat
@@ -88,7 +88,7 @@ rem install ninja if GENERATOR is Ninja
88
if "%GENERATOR%" == "Ninja" (
89
rem Set the default generator for cmake to Ninja
90
setx CMAKE_GENERATOR Ninja
91
- pip install ninja
+ pip install ninja==1.11.1.4
92
if %errorlevel% NEQ 0 (
93
echo pip install ninja failed!
94
exit /b 5
0 commit comments