From 7097a5e98fa032c3c4919e9673b01e663bf467a3 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 19 Aug 2020 11:54:22 -0400 Subject: [PATCH] appveyor.yml experiment --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 82feb1bab..2ae3bb249 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ install: - bash -lc "pacman-key --init" - bash -lc "pacman-key --populate msys2" - bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig" - - bash -lc "pacman --noconfirm -U msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz" + - bash -lc "pacman --ask 20 -U msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz" - bash -lc "pacman --needed --noconfirm -Syu" - bash -lc "pacman --needed --noconfirm -Sy" - bash -lc "pacman --noconfirm -S base-devel"