🐛(ci) install ffmpeg for summary tests

Add ffmpeg for summary tests
This commit is contained in:
Florent Chehab
2026-05-11 15:21:38 +02:00
parent 90ebe231ef
commit c7ca5a621f
+5
View File
@@ -322,6 +322,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install ffmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: Install Python
uses: actions/setup-python@v6
with: