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"