CI: Remove "catgets" dependency on appveyor.

This seems to cause a configuration error with msys2.
This commit is contained in:
David Goldblatt 2018-02-14 12:03:42 -08:00 committed by David Goldblatt
parent a3abbb4bdf
commit ae0f5d5c3f

View File

@ -31,6 +31,7 @@ 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 -Rsc catgets
- pacman --noconfirm -Suy mingw-w64-%CPU%-make
build_script: