diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 66213d0..44b4d0b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -80,7 +80,7 @@ jobs: pacman -Sy --needed base-devel git --noconfirm useradd -m user su user - pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si + git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm exit yay -S debtap --noconfirm - name: Install frontend