Add missing ffmpeg package for fixtures generation
This commit is contained in:
parent
4a3ce313d1
commit
84c334eafb
|
@ -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
|
||||
|
|
|
@ -44,3 +44,7 @@ python3-gst-1.0 = buster, bionic
|
|||
|
||||
[silan]
|
||||
silan = buster, bionic
|
||||
|
||||
[=development]
|
||||
# Generate fixtures
|
||||
ffmpeg = buster, bionic
|
||||
|
|
Loading…
Reference in New Issue