fix: include more deps for ffmpeg as docs suggest

This commit is contained in:
drbh 2024-11-26 14:04:27 -05:00
parent 16007b68bd
commit 39fac7ecd4

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 libavutil-dev pkg-config
sudo apt-get install -y protobuf-compiler libprotobuf-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config
- name: Install Launcher
id: install-launcher