fix: always update system packages
This commit is contained in:
parent
9cfb70b00a
commit
e545896583
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue