mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
new: Add inherit-toolchain
input. (#6)
This commit is contained in:
parent
872c93e939
commit
6e8ea78761
5 changed files with 52 additions and 16 deletions
|
@ -17,6 +17,9 @@ inputs:
|
|||
description: 'Comma-separated list of additional targets to install.'
|
||||
profile:
|
||||
description: 'Profile to install. Defaults to "minimal".'
|
||||
inherit-toolchain:
|
||||
description: 'Inherit all toolchain settings from the rust-toolchain.toml file.'
|
||||
default: false
|
||||
outputs:
|
||||
cache-key:
|
||||
description: 'The generated cache key used.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue