sisl-uic/rustup toolchain install
Install the Rust toolchain
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| toolchain | Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification | yes | — |
| targets | Comma-separated list of target triples to install for this toolchain | no | — |
| target | Alias for `targets` | no | — |
| components | Comma-separated list of components to be additionally installed | no | — |
Outputs
| name | description |
|---|---|
| cachekey | A short hash of the rustc version, appropriate for use as a cache key. "20220627a831" |
| name | Rustup's name for the selected version of the toolchain. "1.62.0" |