mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
Add option to specify the toolchain config file
This commit is contained in:
parent
21cbaddcd4
commit
afaa4e3396
3 changed files with 21 additions and 9 deletions
|
@ -9,6 +9,8 @@ inputs:
|
|||
cache:
|
||||
description: 'Toggle caching of ~/.cargo/registry and /target/debug directories.'
|
||||
default: true
|
||||
rust-toolchain-file:
|
||||
description: 'Path to a rust-toolchain file to install.'
|
||||
channel:
|
||||
description: 'Toolchain specification/channel to install.'
|
||||
components:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue