Skip to content

Commit 909d382

Browse files
committed
Add LD_LIBRARY_PATH
1 parent ae3824d commit 909d382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux_cuda_aarch64_wheel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
110110
conda install "ffmpeg=${{ matrix.ffmpeg-version-for-tests }}" -c conda-forge
111111
ffmpeg -version
112+
echo LD_LIBRARY_PATH=$CONDA_PREFIX/lib:/usr/local/cuda/lib64/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
112113
113114
- name: Install test dependencies
114115
run: |

0 commit comments

Comments
 (0)