actions-marketplace-validations/cache-cargo-install-action
GitHub Action for cargo install with cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 5, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/taiki-e_cache-cargo-install-action@50baf549964a2319a419344c87f6a2141748e7f5 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tool | Crate to install | yes | — |
| locked | Use --locked flag | no | true |
| git | Install from the specified Git URL This currently requires one of 'tag' or 'rev' input option. | no | — |
| tag | Tag to use when installing from git | no | — |
| rev | Specific commit to use when installing from git | no | — |
| features | Comma-separated list of features to enable when installing the crate | no | "" |
| no-default-features | Pass `--no-default-features` to `cargo install` | no | false |
| all-features | Pass `--all-features` to `cargo install` | no | false |
Outputs
no outputs