Skip to content

Commit 2e29a83

Browse files
committed
Add LD_LIBRARY_PATH
1 parent 1a5b0d3 commit 2e29a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest-linux-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
conda list
5353
ffmpeg -version
5454
python -m pip install --upgrade pip
55-
export LD_LIBRARY_PATH=$CONDA_LIBRARY_PATH:$LD_LIBRARY_PATH
55+
export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}
5656
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}"
5757
echo "::endgroup::"
5858

0 commit comments

Comments
 (0)