fix: include ffmpeg deps in autodocs workflow

This commit is contained in:
drbh 2024-11-27 11:28:30 -05:00
parent 96968a0da3
commit 167c6f06ab

View File

@ -20,7 +20,7 @@ jobs:
- name: Install Protocol Buffers compiler
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler libprotobuf-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config
sudo apt-get install -y protobuf-compiler libprotobuf-dev clang libavcodec-dev libavfilter-dev libavdevice-dev libavformat-dev libavutil-dev pkg-config
- name: Install Launcher
id: install-launcher