From 6220d21c3420ff0d7366d410920ba5279fba3893 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 13 Sep 2018 10:05:27 +0200 Subject: Remove colliding file from CI image --- appveyor/build_task.bat | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appveyor') diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index a7c334ad44..89c80ec913 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -18,6 +18,10 @@ if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win32 >NUL 2>NUL if %errorlevel% neq 0 exit /b 3 if "%APPVEYOR%" equ "True" rmdir /s /q c:\OpenSSL-v11-Win64 >NUL 2>NUL if %errorlevel% neq 0 exit /b 3 +if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL +if %errorlevel% neq 0 exit /b 3 +if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL +if %errorlevel% cd /D %APPVEYOR_BUILD_FOLDER% if %errorlevel% neq 0 exit /b 3 -- cgit v1.2.1