Skip to content

Commit

Permalink
appveyor: trust new developer repo keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Nov 5, 2020
1 parent 999b15b commit e2ab063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -12,6 +12,10 @@ configuration:
- Release

install:
- wget http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz -P /c/projects
- wget http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig -P /c/projects
- pacman-key --verify /c/projects/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig
- pacman -U /c/projects/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
- pacman --noconfirm -Sy
- pacman --noconfirm --needed -S pacman-mirrors
- pacman --noconfirm -Sy
Expand Down

0 comments on commit e2ab063

Please sign in to comment.