We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830d8b5 commit 717e7fbCopy full SHA for 717e7fb
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,10 @@ jobs:
38
uses: matlab-actions/setup-matlab@v2
39
with:
40
release: ${{ matrix.MATLABVersion }}
41
- products: # Simulink Statistics_and_Machine_Learning_Toolbox
+ products: >
42
+ Symbolic_Math_Toolbox
43
+ Mapping_Toolbox
44
+ # Simulink Statistics_and_Machine_Learning_Toolbox
45
# List required products above in the format shown (and uncomment them)
46
# List of product strings:
47
# Simulink
0 commit comments