actions-marketplace-validations/cache-cargo-install-action

GitHub Action for cargo install with cache

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 5, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/taiki-e_cache-cargo-install-action@50baf549964a2319a419344c87f6a2141748e7f5 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
toolCrate to installyes
lockedUse --locked flagnotrue
gitInstall from the specified Git URL This currently requires one of 'tag' or 'rev' input option. no
tagTag to use when installing from gitno
revSpecific commit to use when installing from gitno
featuresComma-separated list of features to enable when installing the crateno""
no-default-featuresPass `--no-default-features` to `cargo install`nofalse
all-featuresPass `--all-features` to `cargo install`nofalse

no outputs