Skip to content

Commit 7c7989c

Browse files
authored
Install GStreamer + print out ver again
1 parent 38e2484 commit 7c7989c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/run_book_tests.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,22 @@ jobs:
2222
sudo apt-get install xvfb
2323
Xvfb :99 &
2424
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+
2630
- name: Set up MATLAB
2731
# This uses the latest release of MATLAB. Can specify "release" if needed.
2832
# Use v2-beta for Java Swing access
2933
uses: matlab-actions/setup-matlab@v2-beta
3034
with:
3135
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
3236

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;
3741

3842
- name: Run MATLAB Tests
3943
# Only run tests in folder test/book

0 commit comments

Comments
 (0)