Skip to content

Commit

Permalink
Fix installing new zstd format packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
winterheart committed May 21, 2020
1 parent f9b9d5c commit 3bbd8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ matrix:
fast_finish: true

install:
# Fix installing new zstd tarballs.
- C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm zstd"
# Fix installing new zstd tarballs (https://github.com/msys2/MSYS2-packages/issues/1967).
- C:\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -U http://repo.msys2.org/msys/x86_64/pacman-5.2.1-6-x86_64.pkg.tar.xz"
# Update environment.
- C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
- C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
Expand Down

0 comments on commit 3bbd8ae

Please sign in to comment.