From e9bf2c50d37613f5466ced84617380170898894e Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Tue, 14 Nov 2023 18:21:48 +0100 Subject: github-actions: Tentatively re-enable ArchLinux upgrade --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a2f0932..89393fbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: # apparently in the container it doesn't quit work... # https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported run: | - pacman --noconfirm -Sy + pacman --noconfirm -Syu pacman --noconfirm -S ${ARCH_BUILD_DEPS} ${ARCH_BUILD_DEPS_MATE_DESKTOP} # Checkout the repository -- cgit v1.2.1