From aee453d4e60b2f55963fa24d507802e9c9ef4d94 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Sep 2024 21:45:35 +0530 Subject: [PATCH] ... --- setup/arch-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/arch-ci.sh b/setup/arch-ci.sh index 5902eaf2e6..b41ff34ddc 100755 --- a/setup/arch-ci.sh +++ b/setup/arch-ci.sh @@ -11,4 +11,4 @@ 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 +ln -s /opt/piper/piper /usr/bin/piper-tts