mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-04-03 16:07:15 +00:00
Compare commits
2 commits
81c354959d
...
c9de54f271
Author | SHA1 | Date | |
---|---|---|---|
|
c9de54f271 | ||
|
79d8e91495 |
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: miri, rust-src
|
||||
|
||||
outputs:
|
||||
cachekey:
|
||||
|
|
Loading…
Add table
Reference in a new issue