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 7945e6a commit 50a379aCopy full SHA for 50a379a
.github/workflows/linux_cuda_wheel.yaml
@@ -98,6 +98,10 @@ jobs:
98
${CONDA_RUN} conda info
99
${CONDA_RUN} nvidia-smi
100
${CONDA_RUN} conda list
101
+ - name: Install X11 dependencies for FFmpeg 4
102
+ if: matrix.ffmpeg-version-for-tests == '4.4.2'
103
+ run: |
104
+ ${CONDA_RUN} conda install -y conda-forge::libxau conda-forge::libxdmcp conda-forge::libxcb conda-forge::xorg-libx11
105
- name: Assert ffmpeg exists
106
run: |
107
${CONDA_RUN} ffmpeg -buildconf
0 commit comments