From 8d05bc917ef7c8df34e4cd7d5e4689cb00b704b8 Mon Sep 17 00:00:00 2001 From: wutno Date: Wed, 29 May 2019 02:31:06 -0400 Subject: [PATCH] ci: Stop updating the MSYS2 platform on AppVeyor --- appveyor.bat | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.bat b/appveyor.bat index 651c3264cf..4cc3780507 100644 --- a/appveyor.bat +++ b/appveyor.bat @@ -8,10 +8,6 @@ rem MSYSTEM: MINGW64 or MINGW32 rem Set the paths appropriately PATH C:\msys64\%MSYSTEM%\bin;C:\msys64\usr\bin;%PATH% -rem Upgrade the MSYS2 platform -bash -lc "pacman --noconfirm -Syu" -bash -lc "pacman --noconfirm -Su" - rem Install required tools bash -xlc "pacman --noconfirm -S --needed base-devel"