Skip to content

Commit 2a4dcdd

Browse files
authored
Update action.yml to add "installsysdeps" NV argument
Updating action.yml to add a new NV argument that would install system dependencies as an opt-in
1 parent 033a8cd commit 2a4dcdd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ inputs:
1919
Option to enable caching with GitHub Actions, specified as false or true
2020
required: false
2121
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+
2230
outputs:
2331
matlabroot:
2432
description: >-

0 commit comments

Comments
 (0)