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
|
required: false
|
||||||
default:
|
default:
|
||||||
description: Set installed toolchain as default
|
description: Set installed toolchain as default
|
||||||
default: false
|
default: true
|
||||||
override:
|
override:
|
||||||
description: Set installed toolchain as an override for a directory
|
description: Set installed toolchain as an override for a directory
|
||||||
default: false
|
default: true
|
||||||
profile:
|
profile:
|
||||||
description: Name of the group of components to be installed for a new toolchain
|
description: Name of the group of components to be installed for a new toolchain
|
||||||
required: false
|
default: minimal
|
||||||
components:
|
components:
|
||||||
description: Comma-separated list of components to be additionally installed for a new toolchain
|
description: Comma-separated list of components to be additionally installed for a new toolchain
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue