Skip to content

Commit f91c1c6

Browse files
authored
Add dependency on Symbolic Math Toolbox
1 parent bf6b28f commit f91c1c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
uses: matlab-actions/setup-matlab@v2
3939
with:
4040
release: ${{ matrix.MATLABVersion }}
41-
products: # Simulink Statistics_and_Machine_Learning_Toolbox
41+
products: >
42+
Symbolic_Math_Toolbox
43+
# Simulink Statistics_and_Machine_Learning_Toolbox
4244
# List required products above in the format shown (and uncomment them)
4345
# List of product strings:
4446
# Simulink

0 commit comments

Comments
 (0)