oxc-project/Rustup
Setup Rust with caching
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| components | space separated Rust components, e.g. `clippy rustfmt rust-docs` | no | — |
| tools | comma separated Cargo tools | no | — |
| restore-cache | whether to restore cache | no | true |
| save-cache | whether to save cache, e.g. `github.ref_name == 'main'` | no | false |
| cache-key | cache key prefix | no | main |
| cache-workspace-crates | Similar to cache-all-crates. If `true` the workspace crates will be cached. | no | false |
| target-dir | Custom target directory path (for Dev Drive etc). Sets CARGO_TARGET_DIR and configures cache accordingly. | no | — |
Outputs
no outputs