Skip to content

Commit 1093339

Browse files
authored
Fix docs job (#1052)
1 parent 79e633c commit 1093339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
${CONDA_RUN} conda info
8585
${CONDA_RUN} nvidia-smi
8686
${CONDA_RUN} conda list
87+
echo LD_LIBRARY_PATH=$CONDA_PREFIX/lib:/usr/local/cuda/lib64/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
8788
- name: Assert ffmpeg exists
8889
run: |
8990
${CONDA_RUN} ffmpeg -buildconf

0 commit comments

Comments
 (0)