There was an error while loading. Please reload this page.
1 parent 792cf36 commit 1f41faeCopy full SHA for 1f41fae
1 file changed
.github/workflows/ci.yml
@@ -79,14 +79,11 @@ jobs:
79
Releases: [R2025b, R2026a]
80
runs-on: ubuntu-latest
81
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
+ MATLAB_PRODUCTS: >
+ Symbolic_Math_Toolbox
+ Statistics_and_Machine_Learning_Toolbox
+ Image_Processing_Toolbox
+
90
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
91
steps:
92
# Checks-out your repository
0 commit comments