Skip to content

Commit b5cf3c5

Browse files
authored
test fix windows build error (#74589)
1 parent a84f811 commit b5cf3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ rem install ninja if GENERATOR is Ninja
388388
if %GENERATOR% == "Ninja" (
389389
rem Set the default generator for cmake to Ninja
390390
setx CMAKE_GENERATOR Ninja
391-
pip install ninja
391+
pip install ninja==1.11.1.4
392392
if %errorlevel% NEQ 0 (
393393
echo pip install ninja failed!
394394
exit /b 5

0 commit comments

Comments
 (0)