We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620c33c commit 7d747aaCopy full SHA for 7d747aa
appveyor.yml
@@ -51,6 +51,7 @@ before_build:
51
install:
52
- bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
53
- bash -lc "pacman --noconfirm -Sy"
54
+ - bash -lc "pacman --noconfirm -S zstd"
55
- bash -lc "pacman --noconfirm -S autoconf automake bison flex libtool mingw-w64-x86_64-libtool mingw-w64-i686-libxml2 mingw-w64-x86_64-libxml2 zip"
56
- bash -lc "pacman --noconfirm -Rs git" # Must be removed in order to use Windows git
57
- python.exe -m pip install cibuildwheel==1.3.0
0 commit comments