matteoh2o1999/Setup Rustup and Rust
Action to install Rust in your Github Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| channel | The rust release channel to install | — | stable |
| profile | The rust profile to install (minimal, default or complete) | — | minimal |
| components | The components to install | no | — |
| subcommands | The cargo subcommands to install | no | — |
| cache | Whether to cache nothing, cargo-binstall or all the subcommands requested | — | false |
Outputs
no outputs