From 3c844e4048b1ef16dfb9079d5ae4a584990a6ce3 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sat, 29 Sep 2018 19:02:06 +0200 Subject: CI/AppVeyor: 32-bit got left behind... --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index e6599e654..09a608a73 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,8 @@ install: git submodule update --init --recursive build_script: - - del C:\Windows\system32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll + - del C:\Windows\System32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll + - del C:\Windows\SysWOW64\libssl-*.dll C:\Windows\SysWOW64\libcrypto-*.dll - C:\msys64\usr\bin\pacman -Syuu %PACMAN_OPTIONS% - C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/buildtools/appveyor.sh" -- cgit v1.2.3