From: Erwin Janssen Date: Mon, 6 Jun 2016 11:32:46 +0000 (+0200) Subject: Correct package name? X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~5^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04b380d255f650383e30ec3dcaad4b30a02bbe3d;p=graphviz Correct package name? --- diff --git a/appveyor.yml b/appveyor.yml index a6534c163..ec0c9d88c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,5 +8,5 @@ build: before_build: - ps: cp windows/config.h config.h - - ps: 'C:\MinGW\bin\mingw-get install gtk2' + - ps: C:\MinGW\bin\mingw-get install mingw-w64-gtk2 - ps: set PATH=%PATH%;C:\MinGW\mingw