mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-06 01:12:06 +00:00
fix: debug ffmpeg deps in tests II
This commit is contained in:
parent
4a3a72438e
commit
ac7483cffb
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
@ -46,7 +46,6 @@ jobs:
|
||||
sudo apt install python3.11-dev clang libavcodec-dev libavformat-dev libavutil-dev pkg-config -y
|
||||
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
|
||||
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
||||
pkg-config --modversion libavutil
|
||||
echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
|
||||
echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
|
||||
make install-cpu
|
||||
|
Loading…
Reference in New Issue
Block a user