File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,27 +4,27 @@ branding:
44 icon : ' download-cloud'
55 color : ' blue'
66inputs :
7- components :
8- description : ' Components to install'
9- default : ' '
107 cache :
118 description : ' Cache the install'
129 default : true
10+ components :
11+ description : ' Components to install'
12+ default : ' '
13+ path :
14+ description : ' Location to install oneAPI'
15+ required : false
16+ default : /opt/intel/oneapi
1317 prune :
1418 description : ' Speed up save/restore by removing infrequently used files'
1519 default : true
20+ setvars :
21+ description : ' Whether to configure the oneAPI environment'
22+ required : false
23+ default : true
1624 list :
17- description : ' List the available components'
25+ description : ' Show available components'
26+ required : false
1827 default : false
19- # todo add inputs
20- # path:
21- # description: 'Location to install oneAPI'
22- # required: false
23- # default: /opt/intel/oneapi
24- # setvars:
25- # description: 'Whether to configure the oneAPI environment'
26- # required: false
27- # default: true
2828runs :
2929 using : ' node16'
3030 main : ' dist/main/index.js'
You can’t perform that action at this time.
0 commit comments