summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/appveyor/install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/appveyor/install.bat b/ci/appveyor/install.bat
index ad13f8f..818d262 100644
--- a/ci/appveyor/install.bat
+++ b/ci/appveyor/install.bat
@@ -20,7 +20,7 @@ IF %COMPILER%==msys2 (
bash -lc "pacman -S --needed --noconfirm git"
REM dependencies
- bash -lc "pacman -S --needed --noconfirm mingw-w64-x86_64-zlib mingw-w64-x86_64-libpng mingw-w64-x86_64-poppler mingw-w64-x86_64-imagemagick openssl mingw-w64-x86_64-openssl"
+ bash -lc "pacman -S --needed --noconfirm mingw-w64-x86_64-zlib mingw-w64-x86_64-libpng mingw-w64-x86_64-poppler mingw-w64-x86_64-imagemagick openssl mingw-w64-x86_64-openssl mingw-w64-x86_64-python2"
REM Set up emacs
bash -lc "pacman -S --needed --noconfirm mingw-w64-x86_64-emacs"