summaryrefslogtreecommitdiff
path: root/ci/appveyor/install.bat
diff options
context:
space:
mode:
authorVedang Manerikar <ved.manerikar@gmail.com>2025-12-30 18:50:37 +0530
committerVedang Manerikar <ved.manerikar@gmail.com>2025-12-30 18:51:17 +0530
commitcd9a2fe0c256fdeb5788e38f68ff124efdedf091 (patch)
tree8dc80b29053c49b047c043edcdd68f67a6d52df4 /ci/appveyor/install.bat
parent42a9450fa275a3e3afd118153e46c37160a77c6a (diff)
fix: attempt 1 fixing the appveyor build file
Diffstat (limited to 'ci/appveyor/install.bat')
-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 145e9d0..0cd8bb0 100644
--- a/ci/appveyor/install.bat
+++ b/ci/appveyor/install.bat
@@ -14,7 +14,7 @@ IF %COMPILER%==msys2 (
SET "PATH=C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;C:\%MSYS2_DIR%\home\appveyor\.cask\bin;%PATH%"
REM dependencies
- bash -lc "pacman -S --needed --noconfirm git base-devel automake autoconf 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 mingw-w64-x86_64-emacs"
+ bash -lc "pacman -S --needed --noconfirm git base-devel automake autoconf 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-emacs"
REM Set up Cask
bash -lc "git clone https://github.com/cask/cask ~/.cask"