Skip to content

Commit 50a379a

Browse files
committed
Fix FFmpeg4?
1 parent 7945e6a commit 50a379a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
${CONDA_RUN} conda info
9999
${CONDA_RUN} nvidia-smi
100100
${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
101105
- name: Assert ffmpeg exists
102106
run: |
103107
${CONDA_RUN} ffmpeg -buildconf

0 commit comments

Comments
 (0)