I forgot how annoying makepkg can be
This commit is contained in:
parent
812a92bea4
commit
f8cac5052d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue