sudo is annoying
This commit is contained in:
parent
c8c5165c99
commit
d00d1a8430
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ runs:
|
||||||
sudo -u user -- bash -c "cd ~ && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm"
|
sudo -u user -- bash -c "cd ~ && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm"
|
||||||
|
|
||||||
chmod 777 .
|
chmod 777 .
|
||||||
sudo -u user -- PACMAN=yay makepkg -s --noconfirm
|
sudo -u user PACMAN=yay makepkg -s --noconfirm
|
||||||
'
|
'
|
||||||
|
|
||||||
- name: Ensure .SRCINFO is up to date
|
- name: Ensure .SRCINFO is up to date
|
||||||
|
|
Loading…
Reference in a new issue