appveyor: Install zstd before other pkgs

Some pacman packages are now being compressed with the ZST algorithm,
but pacman can't handle that unless we first install `zstd`.  This
commit does that.
This commit is contained in:
Nicolas Williams
2020-05-25 16:53:10 -05:00
parent d1d900034f
commit e3dbc89f8f

View File

@@ -7,7 +7,9 @@
install:
- C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf automake bison flex"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S zstd"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf automake"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S bison flex"
build_script:
- set PSDKDir=C:\Program Files\Microsoft SDKs\Windows\v7.1