File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,22 @@ jobs:
22
22
sudo apt-get install xvfb
23
23
Xvfb :99 &
24
24
echo "DISPLAY=:99" >> $GITHUB_ENV
25
-
25
+
26
+ - name : Install GStreamer and plugins for VideoReader
27
+ run : |
28
+ sudo apt-get install libgstreamer-plugins-bad1.0-0 gstreamer1.0-plugins-ugly
29
+
26
30
- name : Set up MATLAB
27
31
# This uses the latest release of MATLAB. Can specify "release" if needed.
28
32
# Use v2-beta for Java Swing access
29
33
uses : matlab-actions/setup-matlab@v2-beta
30
34
with :
31
35
products : MATLAB Simulink Robotics_System_Toolbox Navigation_Toolbox UAV_Toolbox Automated_Driving_Toolbox Computer_Vision_Toolbox Image_Processing_Toolbox Deep_Learning_Toolbox Model_Predictive_Control_Toolbox Optimization_Toolbox ROS_Toolbox Signal_Processing_Toolbox Statistics_and_Machine_Learning_Toolbox Symbolic_Math_Toolbox Control_System_Toolbox
32
36
33
- # - name: Print out ver details
34
- # uses: matlab-actions/run-command@v1
35
- # with:
36
- # command: ver
37
+ - name : Print out ver details
38
+ uses : matlab-actions/run-command@v1
39
+ with :
40
+ command : ver; exit;
37
41
38
42
- name : Run MATLAB Tests
39
43
# Only run tests in folder test/book
You can’t perform that action at this time.
0 commit comments