From 50e9216c628a81e7e70818557572c39e6f084372 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 16 Feb 2022 21:50:54 +0000 Subject: AppVeyor: now need to install autotools explicitly --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 1656898..82cc38b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -57,6 +57,7 @@ for: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 init: - git config --global core.autocrlf input + - C:\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -S libtool autoconf automake" install: - C:\msys64\usr\bin\bash.exe -l c:/projects/enchant/build-aux/appveyor-install.sh # FIXME: add all available providers (just aspell?) -- cgit v1.2.1