diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-29 17:02:06 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-29 18:10:31 +0000 |
| commit | 3c844e4048b1ef16dfb9079d5ae4a584990a6ce3 (patch) | |
| tree | c296b6fedd214b4d059b3e3bfcdb3edf2537f238 /.appveyor.yml | |
| parent | Fix for bug: #1791784 LPE path effect undo does not work (diff) | |
| download | inkscape-3c844e4048b1ef16dfb9079d5ae4a584990a6ce3.tar.gz inkscape-3c844e4048b1ef16dfb9079d5ae4a584990a6ce3.zip | |
CI/AppVeyor: 32-bit got left behind...
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
