fix: add ffmpeg deps to test build

This commit is contained in:
drbh 2024-11-26 14:39:47 -05:00
parent 39fac7ecd4
commit b508b10d5c

View File

@ -43,7 +43,7 @@ jobs:
- name: Install
run: |
sudo apt update
sudo apt install python3.11-dev -y
sudo apt install python3.11-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config -y
make install-cpu
- name: Run server tests
run: |