fix: adjust pkg config in test

This commit is contained in:
drbh 2024-11-26 17:16:00 -05:00
parent 137f3bb2ef
commit daf83a95c5

View File

@ -44,6 +44,7 @@ jobs:
run: |
sudo apt update
sudo apt install python3.11-dev python3.11-venv python3-pip clang libavcodec-dev libavformat-dev libavutil-dev pkg-config -y
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig
make install-cpu
- name: Run server tests
run: |