File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ jobs:
3434
3535 - name : Set up MATLAB
3636 # This uses the latest release of MATLAB. Can specify "release" if needed.
37- # Use v2-beta for Java Swing access
37+ # Use v2 for Java Swing access
3838 uses : matlab-actions/setup-matlab@v2
3939 with :
4040 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
41+ # Run tests with prerelease as soon as available; switch to GR once it's live
42+ release : latest-including-prerelease
4143
4244 - name : Print out ver details
4345 uses : matlab-actions/run-command@v1
You can’t perform that action at this time.
0 commit comments