taiki-e/cache-cargo-install-action
GitHub Action for cargo install with cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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