Skip to content

Files

Latest commit

 

History

History

install-cargo-release

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Install cargo-release

Install cargo-release with optional caching and verify the installed version.

- uses: nifty-oss/actions/install-cargo-release@v1
  with:
    cache: true
    version: "0.24.10"
  • Inputs:
    • cache: Whether the downloaded cargo-release should be cached using buildjet/cache. Defaults to true.
    • version: version of the cargo-release to install. Defaults to "0.24.10".