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:
@@ -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
|
||||
|
Reference in New Issue
Block a user