Skip to content

Commit

Permalink
[refactor] Install ffmpeg by GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Apr 15, 2024
1 parent eb3cf1e commit 5b3a8a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y libpulse-dev libasound2-dev
sudo apt-get install --no-install-recommends -y ffmpeg
- name: Install ffmpeg (for Whisper)
uses: FedericoCarboni/setup-ffmpeg@v3
- name: Install Python dependencies
run: |
python -m pip install 'pocketsphinx<5'
Expand Down

0 comments on commit 5b3a8a0

Please sign in to comment.