Skip to content

Commit

Permalink
Install GStreamer + print out ver again
Browse files Browse the repository at this point in the history
  • Loading branch information
remo-pillat committed Nov 15, 2023
1 parent 38e2484 commit 7c7989c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/run_book_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,22 @@ jobs:
sudo apt-get install xvfb
Xvfb :99 &
echo "DISPLAY=:99" >> $GITHUB_ENV
- name: Install GStreamer and plugins for VideoReader
run: |
sudo apt-get install libgstreamer-plugins-bad1.0-0 gstreamer1.0-plugins-ugly
- name: Set up MATLAB
# This uses the latest release of MATLAB. Can specify "release" if needed.
# Use v2-beta for Java Swing access
uses: matlab-actions/setup-matlab@v2-beta
with:
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

#- name: Print out ver details
# uses: matlab-actions/run-command@v1
# with:
# command: ver
- name: Print out ver details
uses: matlab-actions/run-command@v1
with:
command: ver; exit;

- name: Run MATLAB Tests
# Only run tests in folder test/book
Expand Down

0 comments on commit 7c7989c

Please sign in to comment.