File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -17,33 +17,11 @@ permissions:
1717
1818
1919jobs :
20- debug :
21- runs-on : ubuntu-latest
22- env :
23- LD_PRELOAD : /usr/lib/x86_64-linux-gnu/libstdc++.so.6
24- steps :
25- - uses : actions/checkout@v4
26- - name : Start display server
27- if : ${{ always() }}
28- run : |
29- sudo apt-get install xvfb
30- Xvfb :99 &
31- echo "DISPLAY=:99" >> $GITHUB_ENV
32- - name : Setup MATLAB
33- uses : matlab-actions/setup-matlab@v2
34- with :
35- release : R2025a
36- products : MATLAB Simulink Robotics_System_Toolbox Simscape_Multibody Statistics_and_Machine_Learning_Toolbox Image_Processing_Toolbox
37- - name : Run SmokeTests
38- uses : matlab-actions/run-command@v2
39- with :
40- command : openProject(pwd); sim("Models/ManipulatorTrajectoryPlanningRandomized.slx","StopTime","5");
41-
4220 test :
4321 strategy :
4422 fail-fast : false
4523 matrix :
46- MATLABVersion : [R2024a,R2024b,R2025a ]
24+ MATLABVersion : [R2024a,R2024b]
4725 runs-on : ubuntu-latest
4826 env :
4927 LD_PRELOAD : /usr/lib/x86_64-linux-gnu/libstdc++.so.6
You can’t perform that action at this time.
0 commit comments