Skip to content

Commit 98b140d

Browse files
authored
Add Symbolic Math Toolbox as requirement
1 parent ff7b947 commit 98b140d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
uses: matlab-actions/setup-matlab@v2
3939
with:
4040
release: ${{ matrix.MATLABVersion }}
41-
products: # Simulink Statistics_and_Machine_Learning_Toolbox
41+
products: Symbolic_Math_Toolbox
42+
# Simulink Statistics_and_Machine_Learning_Toolbox
4243
# List required products above in the format shown (and uncomment them)
4344
# List of product strings:
4445
# Simulink

0 commit comments

Comments
 (0)