compile yay and install package from aur
All checks were successful
compile yay and install package from aur / compile-yay (push) Successful in 1m4s

This commit is contained in:
catmpeg 2026-02-19 19:17:38 +03:00
commit 2e0e090c33

View file

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