mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-07-07 13:48:20 +00:00
Compare commits
2 commits
6f332752ac
...
22a6a5b0f9
Author | SHA1 | Date | |
---|---|---|---|
|
22a6a5b0f9 | ||
|
a02741459e |
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,8 @@ branding:
|
|||
inputs:
|
||||
toolchain:
|
||||
description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification
|
||||
required: true
|
||||
required: false
|
||||
default: nightly
|
||||
targets:
|
||||
description: Comma-separated list of target triples to install for this toolchain
|
||||
required: false
|
||||
|
@ -18,6 +19,7 @@ inputs:
|
|||
components:
|
||||
description: Comma-separated list of components to be additionally installed
|
||||
required: false
|
||||
default: clippy
|
||||
|
||||
outputs:
|
||||
cachekey:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue