From 38f1dff99fbb87b35fdf21228d3ecfae13ef92d2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Sep 2024 21:41:58 +0530 Subject: [PATCH] Install piper binaries in Arch CI --- setup/arch-ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/arch-ci.sh b/setup/arch-ci.sh index 2a69865c69..5902eaf2e6 100755 --- a/setup/arch-ci.sh +++ b/setup/arch-ci.sh @@ -9,3 +9,6 @@ pacman -S --noconfirm --needed base-devel sudo git sip pyqt-builder cmake chmlib useradd -m ci 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