Add missing ffmpeg package for fixtures generation

This commit is contained in:
jo 2021-08-31 16:14:40 +02:00
parent 4a3ce313d1
commit 84c334eafb
2 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Generate packages list
run: |
scripts/packages.py -f line ${{ matrix.release }} \
scripts/packages.py --dev --format line ${{ matrix.release }} \
python_apps/airtime_analyzer \
python_apps/pypo \
> packages.list

View File

@ -44,3 +44,7 @@ python3-gst-1.0 = buster, bionic
[silan]
silan = buster, bionic
[=development]
# Generate fixtures
ffmpeg = buster, bionic