File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ jobs:
34
34
35
35
- name : Set up MATLAB
36
36
# 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
38
38
uses : matlab-actions/setup-matlab@v2
39
39
with :
40
40
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
41
43
42
44
- name : Print out ver details
43
45
uses : matlab-actions/run-command@v1
You can’t perform that action at this time.
0 commit comments