We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12021e7 commit d2aa1f7Copy full SHA for d2aa1f7
.github/workflows/ci.yml
@@ -40,7 +40,9 @@ jobs:
40
uses: matlab-actions/setup-matlab@v2
41
with:
42
release: ${{ matrix.MATLABVersion }}
43
- products: # Simulink Statistics_and_Machine_Learning_Toolbox
+ products: >
44
+ Symbolic_Math_Toolbox
45
+ # Simulink Statistics_and_Machine_Learning_Toolbox
46
# List required products above in the format shown (and uncomment them)
47
# List of product strings:
48
# Simulink
0 commit comments