Build both the debian and arch flavours of Steam Headless in CI

This commit is contained in:
Josh.5
2023-07-10 19:54:57 +12:00
committed by Josh Sunnex
parent 35de069bf1
commit 3be80a920e
3 changed files with 33 additions and 16 deletions

View File

@@ -106,6 +106,7 @@ RUN \
# Install yay
RUN \
echo "**** Install Yay ****" \
&& pacman -Sy \
&& su - default -c 'git clone https://aur.archlinux.org/yay.git /tmp/yay && cd /tmp/yay && makepkg --noconfirm --syncdeps --install' \
&& \
echo "**** Section cleanup ****" \