We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5b0d3 commit 2e29a83Copy full SHA for 2e29a83
.github/workflows/unittest-linux-cpu.yml
@@ -52,7 +52,7 @@ jobs:
52
conda list
53
ffmpeg -version
54
python -m pip install --upgrade pip
55
- export LD_LIBRARY_PATH=$CONDA_LIBRARY_PATH:$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}
56
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}"
57
echo "::endgroup::"
58
0 commit comments