Skip to content

Commit beff087

Browse files
authored
Use robocopy fix 256char limit (#1386)
1 parent 31d4fed commit beff087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/internal/clone.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:: The conda and wheels jobs are seperated on Windows, so we don't need to clone again.
44
if exist "%NIGHTLIES_PYTORCH_ROOT%" (
5-
xcopy /E /Y /Q /H "%NIGHTLIES_PYTORCH_ROOT%" pytorch\
5+
robocopy "%NIGHTLIES_PYTORCH_ROOT%" pytorch\ /e /np /nfl
66
cd pytorch
77
)
88
if exist "%NIGHTLIES_PYTORCH_ROOT%" goto submodule

0 commit comments

Comments
 (0)