Skip to content

Commit 1f41fae

Browse files
committed
Update ci.yml with appropriate toolboxes
1 parent 792cf36 commit 1f41fae

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,11 @@ jobs:
7979
Releases: [R2025b, R2026a]
8080
runs-on: ubuntu-latest
8181
env:
82-
MATLAB_PRODUCTS: # Simulink Simscape Symbolic_Math_Toolbox
83-
# List required products above in the format shown (and uncomment them)
84-
# Common products:
85-
# Simulink
86-
# Simscape
87-
# Statistics_and_Machine_Learning_Toolbox
88-
# Symbolic_Math_Toolbox
89-
# Deep_Learning_Toolbox
82+
MATLAB_PRODUCTS: >
83+
Symbolic_Math_Toolbox
84+
Statistics_and_Machine_Learning_Toolbox
85+
Image_Processing_Toolbox
86+
9087
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
9188
steps:
9289
# Checks-out your repository

0 commit comments

Comments
 (0)