mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 19:26:37 +00:00
Change some defaults
This commit is contained in:
parent
55909b99ad
commit
5b9c3a8373
1 changed files with 3 additions and 3 deletions
|
@ -18,13 +18,13 @@ inputs:
|
|||
required: false
|
||||
default:
|
||||
description: Set installed toolchain as default
|
||||
default: false
|
||||
default: true
|
||||
override:
|
||||
description: Set installed toolchain as an override for a directory
|
||||
default: false
|
||||
default: true
|
||||
profile:
|
||||
description: Name of the group of components to be installed for a new toolchain
|
||||
required: false
|
||||
default: minimal
|
||||
components:
|
||||
description: Comma-separated list of components to be additionally installed for a new toolchain
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue