From: Erwin Janssen Date: Thu, 9 Jun 2016 14:44:53 +0000 (+0200) Subject: Removed already install dependencies X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~5^2~2^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7695f755eee6156cc48c24e9441209bcbc9b7b3e;p=graphviz Removed already install dependencies --- diff --git a/appveyor.yml b/appveyor.yml index ea4451a09..55246bed0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ build_script: if ($env:compiler -eq "msys2") { $BashPath = "C:\msys64\usr\bin\bash" - & $BashPath -lc "pacman -S --noconfirm autoconf-archive mingw-w64-x86_64-cairo expat mingw-w64-x86_64-freetype mingw-w64-x86_64-fontconfig glib2 mingw-w64-x86_64-libpng mingw-w64-x86_64-pango zlib mingw-w64-x86_64-gts" + & $BashPath -lc "pacman -S --noconfirm autoconf-archive mingw-w64-x86_64-cairo mingw-w64-x86_64-freetype mingw-w64-x86_64-fontconfig mingw-w64-x86_64-libpng mingw-w64-x86_64-pango" } if ($env:compiler -eq "cygwin") {