fix: add libavdevice dep to tests workflow

This commit is contained in:
drbh 2024-11-26 17:29:57 -05:00
parent 4a76e8b8b4
commit f0c38412d1

View File

@ -43,7 +43,7 @@ jobs:
- name: Install
run: |
sudo apt update
sudo apt install python3.11-dev python3.11-venv python3-pip clang libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev pkg-config -y
sudo apt install python3.11-dev python3.11-venv python3-pip clang libavcodec-dev libavfilter-dev libavdevice-dev libavformat-dev libavutil-dev pkg-config -y
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig
python -m pip install --upgrade pip
make install-cpu