There was an error while loading. Please reload this page.
1 parent 3ac26ab commit 9846263Copy full SHA for 9846263
1 file changed
.github/workflows/ci.yml
@@ -34,10 +34,10 @@ 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 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
41
42
43
# Sets up MATLAB
0 commit comments