From e5458965839fe31d7693e1ad18896745796e170c Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Thu, 30 Jul 2026 19:59:33 +0200 Subject: [PATCH] fix: always update system packages --- build-pkg/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-pkg/action.yml b/build-pkg/action.yml index 2192392..c6d52dd 100644 --- a/build-pkg/action.yml +++ b/build-pkg/action.yml @@ -28,7 +28,7 @@ runs: SigLevel = Required Server = https://git.cgj.es/api/packages/archpkgs/arch/pkgs/\$arch EOF - pacman -Sy --noconfirm --noprogressbar git sudo nodejs ${{ inputs.extra_pkgs }} + pacman -Suy --noconfirm --noprogressbar git sudo nodejs ${{ inputs.extra_pkgs }} echo "##[endgroup]" useradd --create-home --shell=/bin/false builder && usermod --lock builder echo 'builder ALL = NOPASSWD: /usr/bin/pacman' >> /etc/sudoers