Skip to content

Commit

Permalink
Bump zstd MSYS2 package. Update MSYS2 differently
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed May 30, 2021
1 parent 1561a0c commit 9e810e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ install:
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%;C:\Users\appveyor\.cargo\bin
# https://www.msys2.org/news/#2020-05-17-32-bit-msys2-no-longer-actively-supported
- curl -SL http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz -oC:\msys2-keyring.txz
- curl -SL http://repo.msys2.org/msys/x86_64/zstd-1.4.4-1-x86_64.pkg.tar.xz -oC:\zstd.txz
- curl -SL http://repo.msys2.org/msys/x86_64/zstd-1.4.4-2-x86_64.pkg.tar.xz -oC:\zstd.txz
- curl -SL http://repo.msys2.org/msys/x86_64/pacman-5.2.2-5-x86_64.pkg.tar.xz -oC:\pacman.txz
- pacman --noconfirm -U C:\msys2-keyring.txz
- pacman --noconfirm -U C:\zstd.txz
- pacman --noconfirm -U C:\pacman.txz
- bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
- bash -lc "pacman --noconfirm -Sy pacman"
- bash -lc "pacman --noconfirm -Sy"
- bash -lc "pacman --noconfirm -Su"
- bash -lc "pacman --noconfirm -Sy"
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain"
Expand Down

0 comments on commit 9e810e0

Please sign in to comment.