Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec66137bfb | ||
|
|
5b842231ba |
@@ -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: miri, rust-src
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
cachekey:
|
cachekey:
|
||||||
|
|||||||
Reference in New Issue
Block a user