From 58f13c48ad252c708fa98e0a2fdd9fcea5d0d7e5 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 25 Mar 2023 13:44:17 +0100 Subject: [PATCH] update system before testing --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 246b4bb..bb5d8b2 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ runs: with: entrypoint: bash args: | - -c 'useradd -m user && echo "user ALL=(ALL:ALL) NOPASSWD: ALL" >/etc/sudoers.d/user && chmod 777 . && sudo -u user -- makepkg -s' + -c 'useradd -m user && echo "user ALL=(ALL:ALL) NOPASSWD: ALL" >/etc/sudoers.d/user && chmod 777 . && pacman -Syu --noconfirm && sudo -u user -- makepkg -s' - name: Ensure .SRCINFO is up to date uses: docker://docker.io/library/archlinux:base-devel