Skip to content

Commit 879dcb6

Browse files
authored
Update ci.yml
1 parent 2fbe8c9 commit 879dcb6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
echo "DISPLAY=:99" >> $GITHUB_ENV
3535
3636
# 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
37+
- name: Install gstreamer
38+
if: ${{ always() }}
39+
run: |
40+
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
4142
4243
4344
# Sets up MATLAB

0 commit comments

Comments
 (0)