There was an error while loading. Please reload this page.
1 parent 105d7f6 commit 6f2abb9Copy full SHA for 6f2abb9
1 file changed
.github/workflows/ci.yml
@@ -100,10 +100,10 @@ jobs:
100
Xvfb :99 &
101
echo "DISPLAY=:99" >> $GITHUB_ENV
102
103
- # Install gstreamer
104
- - name: Install gstreamer
105
- if: ${{ always() }}
106
- run: |
+ # Install gstreamer
+ - name: Install gstreamer
+ if: ${{ always() }}
+ run: |
107
sudo apt-get update
108
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
109
0 commit comments