Skip to content

Commit

Permalink
Fix Whisper.cpp on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Apr 29, 2023
1 parent c76aab8 commit b40e1dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ jobs:
poetry run make bundle_mac
elif [ "$RUNNER_OS" == "Windows" ]; then
curl -OL "https://github.com/ggerganov/whisper.cpp/releases/download/v1.3.0/whisper-bin-x64.zip"
unzip whisper-bin-x64.zip
mv main.exe whisper_cpp.exe
poetry run make bundle_windows
elif [ "$RUNNER_OS" == "Linux" ]; then
Expand Down

0 comments on commit b40e1dc

Please sign in to comment.