Skip to content

Commit e24c34d

Browse files
committed
ren cannot accept full path
1 parent d129767 commit e24c34d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/windows/build_task.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ if %errorlevel% neq 0 exit /b 3
2424
if /i "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win64 >NUL 2>NUL
2525
if %errorlevel% neq 0 exit /b 3
2626
rem rmdir takes several minutes rename instead only
27-
if /i "%GITHUB_ACTIONS%" equ "True" ren "C:\msys64" "C:\trash-msys64"
27+
pushd C:\
28+
if /i "%GITHUB_ACTIONS%" equ "True" ren msys64 msys64-del
2829
if %errorlevel% neq 0 exit /b 3
30+
popd
2931
del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
3032
if %errorlevel% neq 0 exit /b 3
3133
del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL

0 commit comments

Comments
 (0)