diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6fda42cc..f6c79b438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,12 +72,6 @@ jobs: - name: Test run: | - if [ "$RUNNER_OS" == "Windows" ]; then - curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.0/whisper-bin-x64.zip" - unzip -o whisper-bin-x64.zip - mv main.exe whisper_cpp.exe - fi - poetry run make test shell: bash @@ -169,10 +163,6 @@ jobs: elif [ "$RUNNER_OS" == "Windows" ]; then - curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.0/whisper-bin-x64.zip" - unzip -o whisper-bin-x64.zip - mv main.exe whisper_cpp.exe - poetry run make bundle_windows elif [ "$RUNNER_OS" == "Linux" ]; then diff --git a/whisper.cpp b/whisper.cpp index 70567eff2..21e8c67a4 160000 --- a/whisper.cpp +++ b/whisper.cpp @@ -1 +1 @@ -Subproject commit 70567eff232773d6786c91585d040f53c36b87a4 +Subproject commit 21e8c67a4fb6bfc5f1af2a6c00db97b28a0f15b2