Skip to content

Commit b94ff80

Browse files
committed
trying to install zstd in Appveyor to support installing .tar.zst packages
1 parent b6b8d6d commit b94ff80

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
@@ -25,6 +25,7 @@ platform:
2525
install:
2626
- bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
2727
- bash -lc "pacman --noconfirm -Sy"
28+
- bash -lc "pacman --noconfirm -S zstd"
2829
- 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"
2930
- pip install cibuildwheel==1.1.0
3031

0 commit comments

Comments
 (0)