Install Anchor CLI with optional caching and verify the installed version.
- uses: nifty-oss/actions/install-anchor-cli@v1
with:
version: "0.29.0"
cache: true
- Inputs:
version
: The Anchor CLI version to install. Defaults to0.29.0
.cache
: Whether the downloaded Anchor CLI release should be cached usingbuildjet/cache
. Defaults totrue
.