Skip to content

Commit 9bd0091

Browse files
authored
ninja 1.11 (#74590)
1 parent 2beec18 commit 9bd0091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/windows/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ rem install ninja if GENERATOR is Ninja
8888
if "%GENERATOR%" == "Ninja" (
8989
rem Set the default generator for cmake to Ninja
9090
setx CMAKE_GENERATOR Ninja
91-
pip install ninja
91+
pip install ninja==1.11.1.4
9292
if %errorlevel% NEQ 0 (
9393
echo pip install ninja failed!
9494
exit /b 5

0 commit comments

Comments
 (0)