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 Dec 26, 2020
1 parent 19e5c40 commit b9077d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ matrix:
fast_finish: true

install:
# Update environment. Comment by now, not clear what's impact.
# 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. Commented by now, it's took too long without any gains (~10-12 min instead of ~3-5 min)
# - C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
# - C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
# Install/update build tools
Expand Down

0 comments on commit b9077d1

Please sign in to comment.