Install ffmpeg for integration tests

This commit is contained in:
Simon Alibert 2025-03-13 14:51:34 +01:00
parent 9466da0ddf
commit c7a36bb661
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ jobs:
# portaudio19-dev is needed to install pyaudio
run: |
sudo apt-get update && \
sudo apt-get install -y libegl1-mesa-dev portaudio19-dev
sudo apt-get install -y libegl1-mesa-dev ffmpeg portaudio19-dev
- name: Install uv and python
uses: astral-sh/setup-uv@v5