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 2fbe8c9 commit 879dcb6Copy full SHA for 879dcb6
.github/workflows/ci.yml
@@ -34,10 +34,11 @@ jobs:
34
echo "DISPLAY=:99" >> $GITHUB_ENV
35
36
# Install gstreamer
37
- # - name: Install gstreamer
38
- # if: ${{ always() }}
39
- # run: |
40
- # 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
+ - name: Install gstreamer
+ if: ${{ always() }}
+ run: |
+ sudo apt-get update
41
+ 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
42
43
44
# Sets up MATLAB
0 commit comments