Skip to content

Commit

Permalink
Remove temporary local action
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Jul 30, 2024
1 parent e646331 commit 8546481
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
65 changes: 0 additions & 65 deletions .github/actions/install-solana/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:

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

0 comments on commit 8546481

Please sign in to comment.