Skip to content

Setup Solana

Actions
Install the Solana Tool Suite
v1.2
Latest
Star (5)

Tags

 (1)

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/[email protected]
      - 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/[email protected]
    with: 
      solana-cli-version: '1.10.32'

License

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

Setup Solana is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install the Solana Tool Suite
v1.2
Latest

Tags

 (1)

Setup Solana is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.