Skip to content

Commit 3bbd8ae

Browse files
committed
Fix installing new zstd format packages.
See msys2/MSYS2-packages#1967
1 parent f9b9d5c commit 3bbd8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ matrix:
3030
fast_finish: true
3131

3232
install:
33-
# Fix installing new zstd tarballs.
34-
- C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm zstd"
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"
3535
# Update environment.
3636
- C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"
3737
- C:\msys64\usr\bin\bash.exe -lc "pacman -Syu --noconfirm"

0 commit comments

Comments
 (0)