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 d129767 commit e24c34dCopy full SHA for e24c34d
.github/scripts/windows/build_task.bat
@@ -24,8 +24,10 @@ if %errorlevel% neq 0 exit /b 3
24
if /i "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win64 >NUL 2>NUL
25
if %errorlevel% neq 0 exit /b 3
26
rem rmdir takes several minutes rename instead only
27
-if /i "%GITHUB_ACTIONS%" equ "True" ren "C:\msys64" "C:\trash-msys64"
+pushd C:\
28
+if /i "%GITHUB_ACTIONS%" equ "True" ren msys64 msys64-del
29
30
+popd
31
del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
32
33
del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
0 commit comments