Skip to content

Commit

Permalink
apt-get install --no-install-recommends -y flac
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 19, 2025
1 parent a2a158d commit 352fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y libpulse-dev libasound2-dev portaudio19-dev
sudo apt-get install --no-install-recommends -y flac libpulse-dev libasound2-dev portaudio19-dev
- name: Install ffmpeg (for Whisper)
uses: AnimMouse/setup-ffmpeg@v1
- name: Install Python dependencies (Ubuntu, <=3.12)
Expand Down

0 comments on commit 352fbcc

Please sign in to comment.