actions-marketplace-validations/xmc-rust-toolchain
Install the Rust toolchain
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| toolchain | Rust toolchain name. See https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification If this is not given, the action will try and install the version specified in the `rust-toolchain` file. | no | — |
| target | Target triple to install for this toolchain | no | — |
| default | Set installed toolchain as default | — | false |
| override | Set installed toolchain as an override for a directory | — | false |
| profile | Name of the group of components to be installed for a new toolchain | no | — |
| components | Comma-separated list of components to be additionally installed for a new toolchain | no | — |
Outputs
| name | description |
|---|---|
| rustc | Installed Rustc version |
| rustc_hash | Installed Rustc version hash, can be used for caching purposes |
| cargo | Installed Cargo version |
| rustup | Installed rustup version |