diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 32fefcb..66213d0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -78,11 +78,9 @@ jobs: run: | pacman -Syyu --noconfirm pacman -Sy --needed base-devel git --noconfirm - git clone https://aur.archlinux.org/yay.git - cd yay useradd -m user su user - makepkg -si --noconfirm + pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si exit yay -S debtap --noconfirm - name: Install frontend