Skip to content

Commit

Permalink
temp fix setup-solana action
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed May 4, 2024
1 parent ec97f5c commit a068809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- uses: metadaoproject/setup-solana@v1.2
- uses: heyAyushh/setup-solana@v5.1
with:
solana-cli-version: ${{ matrix.solana-version }}
- run: solana block
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solana-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- uses: metadaoproject/setup-solana@v1.2
- uses: heyAyushh/setup-solana@v5.1
with:
solana-cli-version: ${{ matrix.solana-version }}
- run: solana block
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- uses: metadaoproject/setup-solana@v1.2
- uses: heyAyushh/setup-solana@v5.1
with:
solana-cli-version: ${{ matrix.solana-version }}
- run: solana block
Expand Down

0 comments on commit a068809

Please sign in to comment.