compile yay and install package from aur
Some checks failed
compile yay and install package from aur / compile-yay (push) Has been cancelled

This commit is contained in:
catmpeg 2026-02-19 19:26:06 +03:00
commit 4fd1148c32

View file

@ -31,4 +31,4 @@ jobs:
useradd -m -G wheel user useradd -m -G wheel user
echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers
chmod 440 /etc/sudoers chmod 440 /etc/sudoers
su - user -c "whoami; yay -V; yay -S --noconfirm --answerdiff=None --answerclean=None --answeredit=None linux-lts61" su - user -c "whoami; yay -V; yay -S --noconfirm --answerdiff=None --answerclean=None --answeredit=None rust-git; rustc --version"