Skip to content

Commit d2aa1f7

Browse files
authored
Remember dependency on Symbolic Math Toolbox
1 parent 12021e7 commit d2aa1f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
uses: matlab-actions/setup-matlab@v2
4141
with:
4242
release: ${{ matrix.MATLABVersion }}
43-
products: # Simulink Statistics_and_Machine_Learning_Toolbox
43+
products: >
44+
Symbolic_Math_Toolbox
45+
# Simulink Statistics_and_Machine_Learning_Toolbox
4446
# List required products above in the format shown (and uncomment them)
4547
# List of product strings:
4648
# Simulink

0 commit comments

Comments
 (0)