We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b9d5c commit 3bbd8aeCopy full SHA for 3bbd8ae
appveyor.yml
@@ -30,8 +30,8 @@ matrix:
30
fast_finish: true
31
32
install:
33
- # Fix installing new zstd tarballs.
34
- - 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"
35
# Update environment.
36
- C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
37
0 commit comments