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