From f01cec0216d77b580a6b518ec1379cdb337d2d7f Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Thu, 27 Aug 2020 07:03:42 -0400 Subject: Ensure Arch Linux images are up to date in CI before running checks. (#9825) --- tests/updater_checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/updater_checks.sh b/tests/updater_checks.sh index 62db246004..dff87a670d 100755 --- a/tests/updater_checks.sh +++ b/tests/updater_checks.sh @@ -51,7 +51,7 @@ case "${running_os}" in update-ca-certificates ;; "arch") - pacman -Sy + pacman --noconfirm -Syu pacman --noconfirm --needed -S bash-bats curl libffi ;; "alpine") -- cgit v1.2.3