Rehost SoX Windows package to avoid Sourceforge outages

This commit is contained in:
Reuben Morais 2021-09-16 11:22:08 +02:00
parent 835d657648
commit 4861557a03
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ runs:
steps:
- run: |
set -ex
wget https://sourceforge.net/projects/sox/files/sox/14.4.2/sox-14.4.2-win32.zip/download -O sox-14.4.2-win32.zip
curl -sSLO https://github.com/coqui-ai/STT/releases/download/v0.10.0-alpha.7/sox-14.4.2-win32.zip
"C:/Program Files/7-Zip/7z.exe" x -o`pwd`/bin/ -tzip -aoa sox-14.4.2-win32.zip
rm sox-*zip
echo "`pwd`/bin/sox-14.4.2/" >> $GITHUB_PATH