From fe6a9e186ba043ea2384eed5639eb141a09ec148 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 14 Mar 2017 13:44:26 +0500 Subject: [PATCH] AppVeyor: switch to preinstalled mingw64-%ARCH%-gcc-core appveyor images are shipped with mingw64-%ARCH%-gcc-core preinstalled, so, when reinstalling those packages we caught an error. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e008e9b..97f5407 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ environment: CYGWIN: C:\Cygwin64 build_script: - - "%CYGWIN%\\setup-%ARCH%.exe -q -P mingw64-i686-openssl,mingw64-x86_64-openssl,mingw64-i686-gcc-core-5.4.0-3,mingw64-x86_64-gcc-core-5.4.0-3,cygwin-devel" + - "%CYGWIN%\\setup-%ARCH%.exe -q -P mingw64-i686-openssl,mingw64-x86_64-openssl,cygwin-devel" - "%CYGWIN%\\bin\\bash -lc 'cd /cygdrive/c/projects/%APPVEYOR_PROJECT_NAME% ; ./appveyor.sh'" artifacts: