There was an error while loading. Please reload this page.
1 parent 809cb70 commit 105d7f6Copy full SHA for 105d7f6
1 file changed
.github/workflows/ci.yml
@@ -85,6 +85,7 @@ jobs:
85
Statistics_and_Machine_Learning_Toolbox
86
Deep_Learning_Toolbox
87
Signal_Processing_Toolbox
88
+
89
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
90
steps:
91
# Checks-out your repository
@@ -101,8 +102,8 @@ jobs:
101
102
103
# Install gstreamer
104
- name: Install gstreamer
- if: ${{ always() }}
105
- run: |
+ if: ${{ always() }}
106
+ 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