Install Solana with optional caching and verify the installed version.
- uses: nifty-oss/actions/install-solana@v1
with:
version: stable
cache: true
- Inputs:
version
: The Solana version to install. Defaults tostable
.cache
: Whether the downloaded Solana release should be cached usingbuildjet/cache
. Defaults totrue
.