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

This commit is contained in:
catmpeg 2026-02-19 19:50:53 +03:00
commit bca5101cd1

View file

@ -31,4 +31,4 @@ jobs:
useradd -m -G wheel user
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 rust-git; rustc --version"
su - user -c "whoami; yay -V; yay -S --noconfirm --answerdiff=None --answerclean=None --answeredit=None cr16-elf-binutils; cr16-elf-ld --version"