From d00d1a8430b308db9ab4a732489476a352a77ec9 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 25 Mar 2023 13:55:31 +0100 Subject: [PATCH] sudo is annoying --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5844557..84fb57b 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: sudo -u user -- bash -c "cd ~ && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm" chmod 777 . - sudo -u user -- PACMAN=yay makepkg -s --noconfirm + sudo -u user PACMAN=yay makepkg -s --noconfirm ' - name: Ensure .SRCINFO is up to date