You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,11 @@ inputs:
19
19
Option to enable caching with GitHub Actions, specified as false or true
20
20
required: false
21
21
default: false
22
-
installSysDep:
22
+
install-system-dependencies:
23
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.
24
+
Install system dependencies required for MATLAB. Defaults to "true" for self-hosted runners and "false" for GitHub-hosted runners. Set to "true" or "false" to override.
0 commit comments