There was an error while loading. Please reload this page.
1 parent 033a8cd commit 2a4dcddCopy full SHA for 2a4dcdd
1 file changed
action.yml
@@ -19,6 +19,14 @@ inputs:
19
Option to enable caching with GitHub Actions, specified as false or true
20
required: false
21
default: false
22
+ installSysDep:
23
+ description: >-
24
+ Option to install system dependencies required by MATLAB/products.
25
+ Accepts "true" | "false" | "auto".
26
+ "auto" resolves to true on GitHub-hosted and false on self-hosted.
27
+ required: false
28
+ default: "auto"
29
+
30
outputs:
31
matlabroot:
32
description: >-
0 commit comments