From f8cac5052d04546b889534ad06755cb17f4ee822 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 25 Mar 2023 13:39:10 +0100 Subject: [PATCH] I forgot how annoying makepkg can be --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index af10a91..dc3b1aa 100644 --- a/action.yml +++ b/action.yml @@ -16,8 +16,8 @@ runs: - name: Test AUR package uses: docker://docker.io/library/archlinux:base-devel with: - entrypoint: makepkg - args: -s + entrypoint: bash + args: -c 'useradd user && echo "user ALL=(ALL:ALL) NOPASSWD: ALL" >/etc/sudoers.d/user && makepkg -s' - name: Ensure .SRCINFO is up to date uses: docker://docker.io/library/archlinux:base-devel