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 1c71a0b commit 29affe7Copy full SHA for 29affe7
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
if: ${{ always() }}
25
run: |
26
sudo apt-get install xvfb
27
- export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
+ sudo apt-get install --no-install-recommends -y libgstreamer1.0-0 gstreamer1.0-tools gstreamer1.0-libav gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
28
sudo apt install gstreamer1.0-plugins-*
29
Xvfb :99 &
30
echo "DISPLAY=:99" >> $GITHUB_ENV
0 commit comments