Skip to content

Commit

Permalink
Try to fix libavcodec-extra dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 17, 2024
1 parent 371d250 commit 2adc31b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Ubuntu - install libsndfile
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends --yes libsndfile1 ffmpeg sox libavcodec-extra59
sudo apt-get install --no-install-recommends --yes libsndfile1 ffmpeg sox libavcodec-extra
- name: Install package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Docuemntation
- name: Install doc dependencies
run: |
sudo apt-get install --no-install-recommends --yes libsndfile1 ffmpeg sox libavcodec-extra59
sudo apt-get install --no-install-recommends --yes libsndfile1 ffmpeg sox libavcodec-extra
pip install -r requirements.txt
pip install -r docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Ubuntu - install libsndfile
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends --yes libsndfile1 ffmpeg sox libavcodec-extra59
sudo apt-get install --no-install-recommends --yes libsndfile1 ffmpeg sox libavcodec-extra
if: matrix.os == 'ubuntu-latest'

- name: Install package
Expand Down

0 comments on commit 2adc31b

Please sign in to comment.