whatever yaml
This commit is contained in:
parent
f8cac5052d
commit
36c1e27090
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ runs:
|
||||||
uses: docker://docker.io/library/archlinux:base-devel
|
uses: docker://docker.io/library/archlinux:base-devel
|
||||||
with:
|
with:
|
||||||
entrypoint: bash
|
entrypoint: bash
|
||||||
args: -c 'useradd user && echo "user ALL=(ALL:ALL) NOPASSWD: ALL" >/etc/sudoers.d/user && makepkg -s'
|
args: |
|
||||||
|
-c 'useradd user && echo "user ALL=(ALL:ALL) NOPASSWD: ALL" >/etc/sudoers.d/user && su -c "makepkg -s" - user'
|
||||||
|
|
||||||
- name: Ensure .SRCINFO is up to date
|
- name: Ensure .SRCINFO is up to date
|
||||||
uses: docker://docker.io/library/archlinux:base-devel
|
uses: docker://docker.io/library/archlinux:base-devel
|
||||||
|
|
Loading…
Reference in a new issue