Skip to content

Commit 12ad08b

Browse files
committed
follow instructions on msys2
1 parent 67f48bc commit 12ad08b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ install:
2121
- gem --version
2222

2323
# 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"
2429
- C:\msys64\usr\bin\bash -lc "yes | pacman -Syuu"
2530

2631
# prevent freetds to link to wrong ws2_32 lib on i686-w64-mingw32

0 commit comments

Comments
 (0)