From 180b84315933b7d986fff7539eeb262eb44bc75d Mon Sep 17 00:00:00 2001 From: David Goldblatt Date: Tue, 27 Oct 2020 12:42:23 -0700 Subject: [PATCH] Appveyor: fix 404 errors. It looks like the mirrors we were using no longer carry this package, but that it is installed by default and so no longer needs a remote mirror. --- .appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f44868da..d31f9aed 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -31,7 +31,6 @@ install: - set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH% - if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSVC% - if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc - - pacman --noconfirm -S mingw-w64-%CPU%-make build_script: - bash -c "autoconf"