Skip to content

Commit

Permalink
ci: test opusenc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Oct 2, 2021
1 parent 52a445d commit 64f9ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt update && sudo apt install -y ffmpeg
sudo apt update && sudo apt install -y ffmpeg opus-tools
python3 -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Test with tox
Expand Down

0 comments on commit 64f9ab4

Please sign in to comment.