This commit is contained in:
Kovid Goyal 2024-09-03 21:45:35 +05:30
parent 309b0cc3aa
commit aee453d4e6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -11,4 +11,4 @@ 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 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