We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61abb56 commit 553f8a0Copy full SHA for 553f8a0
appveyor.yml
@@ -30,7 +30,9 @@ matrix:
30
fast_finish: true
31
32
install:
33
- # Update environment. Comment by now, not clear what's impact.
+ # 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)
36
# - C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
37
38
# Install/update build tools
0 commit comments