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 ae3824d commit 909d382Copy full SHA for 909d382
.github/workflows/linux_cuda_aarch64_wheel.yaml
@@ -109,6 +109,7 @@ jobs:
109
110
conda install "ffmpeg=${{ matrix.ffmpeg-version-for-tests }}" -c conda-forge
111
ffmpeg -version
112
+ echo LD_LIBRARY_PATH=$CONDA_PREFIX/lib:/usr/local/cuda/lib64/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
113
114
- name: Install test dependencies
115
run: |
0 commit comments