Skip to content

Commit 553f8a0

Browse files
committed
Fix installing new zstd format packages.
See msys2/MSYS2-packages#1967
1 parent 61abb56 commit 553f8a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ matrix:
3030
fast_finish: true
3131

3232
install:
33-
# Update environment. Comment by now, not clear what's impact.
33+
# Fix installing new zstd tarballs (https://github.com/msys2/MSYS2-packages/issues/1967).
34+
- 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"
35+
# Update environment. Commented by now, it's took too long without any gains (~10-12 min instead of ~3-5 min)
3436
# - C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
3537
# - C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
3638
# Install/update build tools

0 commit comments

Comments
 (0)