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.
This commit is contained in:
David Goldblatt 2020-10-27 12:42:23 -07:00 committed by David Goldblatt
parent ef6d51ed44
commit 180b843159

View File

@ -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"