compile yay and install package from aur
All checks were successful
compile yay and install package from aur / compile-yay (push) Successful in 1m4s
All checks were successful
compile yay and install package from aur / compile-yay (push) Successful in 1m4s
This commit is contained in:
parent
8827ab9369
commit
2e0e090c33
1 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: compile yay
|
||||
name: compile yay and install package from aur
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -29,4 +29,6 @@ jobs:
|
|||
- name: create user and run yay
|
||||
run: |
|
||||
useradd -m -G wheel user
|
||||
su - user -c "whoami; yay -V"
|
||||
echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers
|
||||
chmod 440 /etc/sudoers
|
||||
su - user -c "whoami; yay -V; yay -S --noconfirm --answerdiff=None --answerclean=None --answeredit=None neofetch; neofetch"
|
||||
Loading…
Add table
Add a link
Reference in a new issue