-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathaction.yml
More file actions
35 lines (34 loc) · 947 Bytes
/
Copy pathaction.yml
File metadata and controls
35 lines (34 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 2020-2026 The MathWorks, Inc.
name: Setup MATLAB
description: >-
Set up a specific version of MATLAB
inputs:
release:
description: >-
MATLAB release to set up (R2021a or later)
required: false
default: latest
products:
description: >-
Products to set up in addition to MATLAB, specified as a list of product names separated by spaces
required: false
default: ""
install-system-dependencies:
description: >-
Option to install system dependencies for MATLAB, specified as auto, true, or false
required: false
default: auto
cache:
description: >-
Option to enable caching with GitHub Actions, specified as false or true
required: false
default: false
outputs:
matlabroot:
description: >-
A full path to the folder where MATLAB is installed
runs:
using: node24
main: dist/setup/index.js
post: dist/cache-save/index.js
post-if: always()