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 67f48bc commit 12ad08bCopy full SHA for 12ad08b
appveyor.yml
@@ -21,6 +21,11 @@ install:
21
- gem --version
22
23
# update all packages on the system
24
+ # https://www.msys2.org/news/#2020-06-29-new-packagers
25
+ - C:\msys64\usr\bin\curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
26
+ - C:\msys64\usr\bin\curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
27
+ - ridk exec bash -c "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
28
+ - ridk exec bash -c "pacman -U --noconfirm --config <(echo) msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
29
- C:\msys64\usr\bin\bash -lc "yes | pacman -Syuu"
30
31
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32
0 commit comments