Skip to content

Optimized GitHub action to install the Solana tools

License

Notifications You must be signed in to change notification settings

heyAyushh/setup-solana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Solana

An optimized action for installing the Solana Tool Suite.

If you use Anchor, you should also check out Setup Anchor.

Usage

Here's an example workflow:

name: example-workflow
on: [push]
jobs:
  run-solana:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v3
      - uses: metadaoproject/setup-solana@v1.0
      - run: solana block
        shell: bash

This will use the default versions of the Solana Tool Suite, 16.15.1. You can also configure this version like so:

steps:
  - uses: actions/checkout@v3
  - uses: metadaoproject/setup-solana@v1.0
    with: 
      solana-cli-version: '1.10.32'

License

The scripts and documentation in this project are released under the MIT License.

About

Optimized GitHub action to install the Solana tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%