File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Check out RVC3-MATLAB repository (for unit tests)
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 - run : echo "The ${{ github.repository }} repository has been cloned to the runner."
2323
2424 - name : Update apt package cache
4242 # Use v2 for Java Swing access
4343 uses : matlab-actions/setup-matlab@v2
4444 with :
45- 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 Parallel_Computing_Toolbox
45+ products : >
46+ Automated_Driving_Toolbox
47+ Computer_Vision_Toolbox
48+ Control_System_Toolbox
49+ Deep_Learning_Toolbox
50+ Image_Processing_Toolbox
51+ MATLAB
52+ Model_Predictive_Control_Toolbox
53+ Navigation_Toolbox
54+ Optimization_Toolbox
55+ Parallel_Computing_Toolbox
56+ Simulink
57+ Simulink_Test
58+ Robotics_System_Toolbox
59+ ROS_Toolbox
60+ Signal_Processing_Toolbox
61+ Statistics_and_Machine_Learning_Toolbox
62+ Symbolic_Math_Toolbox
63+ UAV_Toolbox
4664 # Run tests with prerelease as soon as available; switch to GR once it's live
4765 release : latest-including-prerelease
4866
You can’t perform that action at this time.
0 commit comments