From c43724a4012b114012a85578ba2937a0e7b1e6b1 Mon Sep 17 00:00:00 2001 From: R4SAS <r4sas@i2pmail.org> Date: Fri, 17 Mar 2017 22:26:13 +0300 Subject: [PATCH] and one more... --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e54ed81e..68e830f9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,9 +25,9 @@ install: set "MSYSTEM=MINGW32" ) - if "%x64%" == "1" ( - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -S mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-miniupnpc mingw-w64-x86_64-gcc make" + C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-x86_64-boost mingw-w64-x86_64-miniupnpc" ) else ( - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -S mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-miniupnpc mingw-w64-i686-gcc make" + C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su mingw-w64-i686-boost mingw-w64-i686-miniupnpc" ) build_script: - cmd: >-