Skip to content

Commit 7d747aa

Browse files
committed
CI: need to install zstd.
1 parent 620c33c commit 7d747aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ before_build:
5151
install:
5252
- bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
5353
- bash -lc "pacman --noconfirm -Sy"
54+
- bash -lc "pacman --noconfirm -S zstd"
5455
- 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"
5556
- bash -lc "pacman --noconfirm -Rs git" # Must be removed in order to use Windows git
5657
- python.exe -m pip install cibuildwheel==1.3.0

0 commit comments

Comments
 (0)