Profiles and components support
Some checks failed
Continuous integration / check_pr (push) Has been cancelled
Continuous integration / install_stable (push) Has been cancelled
Continuous integration / install_nightly (push) Has been cancelled
Continuous integration / install_stable_in_docker (push) Has been cancelled

This commit is contained in:
svartalf
2019-10-16 15:12:53 +03:00
parent 74865b8fc9
commit f0a61e6769
10 changed files with 5143 additions and 891 deletions

View File

@@ -19,6 +19,12 @@ inputs:
override:
description: Set installed toolchain as an override for a directory
default: false
profile:
description: Name of the group of components to be installed for a new toolchain
required: false
components:
description: Comma-separated list of components to be additionally installed for a new toolchain
required: false
runs:
using: 'node12'