From b57ff95527d9a3cdbd01d8768b0a0cd6d92fc80e Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 24 Jun 2017 09:47:31 -0400 Subject: [PATCH] appveyor iterate --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d9093a141..4a3420308 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,9 +2,9 @@ install: - set PATH=C:\msys64\usr\bin;%PATH% - bash -lc "pacman --needed --noconfirm -Syu" - bash -lc "pacman --needed --noconfirm -Sy" - - bash -lc "pacman --needed --noconfirm base-devel" - - bash -lc "pacman --needed --noconfirm msys2-devel" - - bash -lc "pacman --needed --noconfirm mingw-w64-x86_64-toolchain" - - bash -lc "pacman --needed --noconfirm mingw-w64-x86_64-pcre" - - bash -lc "pacman --needed --noconfirm msys2-runtime" + - bash -lc "pacman --noconfirm base-devel" + - bash -lc "pacman --noconfirm msys2-devel" + - bash -lc "pacman --noconfirm mingw-w64-x86_64-toolchain" + - bash -lc "pacman --noconfirm mingw-w64-x86_64-pcre" + - bash -lc "pacman --noconfirm msys2-runtime"