I forgot how annoying makepkg can be

This commit is contained in:
Dominic 2023-03-25 13:39:10 +01:00
parent 812a92bea4
commit f8cac5052d
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -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