We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6b28f commit f91c1c6Copy full SHA for f91c1c6
.github/workflows/ci.yml
@@ -38,7 +38,9 @@ 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
+ # Simulink Statistics_and_Machine_Learning_Toolbox
44
# List required products above in the format shown (and uncomment them)
45
# List of product strings:
46
# Simulink
0 commit comments