From 128552b6f761bf41b5eb9615d7b2c54ef08644d9 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 4 Aug 2020 11:55:29 -0400 Subject: [PATCH] appveyor debug --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 915fe2ba1..243b81516 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,7 @@ install: - set PATH=C:\msys64\usr\bin;%PATH% - bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz" - bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig" + - bash -lc "ls -l msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz{.sig,}" - bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz{.sig,}" - bash -lc "pacman -U msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz" - bash -lc "pacman --needed --noconfirm -Syu"