Skip to content

Commit

Permalink
Use install-solana action from solana program (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Oct 19, 2024
1 parent 0e9c6bd commit 938afd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/afraid-queens-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-solana-program": patch
---

Use install-solana action from solana-program
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Install Solana
uses: metaplex-foundation/actions/install-solana@v1
uses: solana-program/actions/install-solana@v1
with:
version: ${{ matrix.solana }}
- name: Install Rustfmt
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Install Solana
uses: metaplex-foundation/actions/install-solana@v1
uses: solana-program/actions/install-solana@v1
with:
version: ${{ env.SOLANA_VERSION }}
- name: Install Anchor
Expand Down
2 changes: 1 addition & 1 deletion template/base/.github/actions/setup/action.yml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:

- name: Install Solana
if: {% raw %}${{ inputs.solana == 'true' }}{% endraw %}
uses: metaplex-foundation/actions/install-solana@v1
uses: solana-program/actions/install-solana@v1
with:
version: {% raw %}${{ env.SOLANA_VERSION }}{% endraw %}
cache: true
Expand Down

0 comments on commit 938afd3

Please sign in to comment.