.github: as per archlinux wiki don't do partial upgrade

https://wiki.archlinux.org/title/System_maintenance#Upgrading_the_system
This commit is contained in:
Pierre Kancir 2023-09-05 16:03:54 +02:00 committed by Andrew Tridgell
parent c96294867a
commit 765ac299e7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
software-properties-common
;;
*"archlinux"*)
pacman -Sy --noconfirm --needed git sudo
pacman -Syu --noconfirm --needed git sudo
;;
esac