From faf69e03f5ab9f3926442525f6c6e30fbc7a93d5 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 1 Jun 2019 11:02:25 +0430 Subject: [PATCH] [ci] Install ragel on appveyor mingw bots Hopefully autotools timestamps issues will go --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7a29ecb89..236bb1b12 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,7 +57,7 @@ environment: install: - - 'if "%compiler%"=="msys2" C:\msys64\usr\bin\bash -lc "pacman --noconfirm --force -S --needed mingw-w64-$MSYS2_ARCH-{gcc,freetype,cairo,icu,gettext,gobject-introspection,gcc,gcc-libs,glib2,graphite2,pkg-config,python2}"' + - 'if "%compiler%"=="msys2" C:\msys64\usr\bin\bash -lc "pacman --noconfirm --force -S --needed mingw-w64-$MSYS2_ARCH-{gcc,freetype,cairo,icu,gettext,gobject-introspection,gcc,gcc-libs,glib2,graphite2,pkg-config,python2,ragel}"' - 'if "%compiler%"=="msvc" if not "%platform%"=="ARM" vcpkg install glib:%triplet% freetype:%triplet% cairo:%triplet%' build_script: