summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2023-11-14 18:21:48 +0100
committerColomban Wendling <[email protected]>2025-03-12 09:45:10 +0100
commite9bf2c50d37613f5466ced84617380170898894e (patch)
treee26a40ad3fe43cbf67ff2722691d60c1cfb7bb53
parenta6b5aba4ac5bf38e74804996b218181454b89d55 (diff)
downloadmate-panel-e9bf2c50d37613f5466ced84617380170898894e.tar.bz2
mate-panel-e9bf2c50d37613f5466ced84617380170898894e.tar.xz
github-actions: Tentatively re-enable ArchLinux upgrade
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
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