mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-08 03:36:37 +00:00
Profiles and components support
This commit is contained in:
parent
74865b8fc9
commit
f0a61e6769
10 changed files with 5143 additions and 891 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue