Skip to content

Commit

Permalink
github-actions: Tentatively re-enable ArchLinux upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendling committed Nov 14, 2023
1 parent edb3cd3 commit 88bcca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88bcca2

Please sign in to comment.