Skip to content

Latest commit

 

History

History

install-solana

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Install Solana

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 to stable.
    • cache: Whether the downloaded Solana release should be cached using buildjet/cache. Defaults to true.