Install piper binaries in Arch CI

This commit is contained in:
Kovid Goyal 2024-09-03 21:41:58 +05:30
parent 25620a7886
commit 38f1dff99f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -9,3 +9,6 @@ pacman -S --noconfirm --needed base-devel sudo git sip pyqt-builder cmake chmlib
useradd -m ci useradd -m ci
chown -R ci:users $GITHUB_WORKSPACE chown -R ci:users $GITHUB_WORKSPACE
curl -fSsL https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_linux_x86_64.tar.gz | tar -C /opt -x -v -z
ln -s /opt/piper/piper /opt/bin/piper-tts