Skip to content

Commit

Permalink
Upgrade Solana validator to version 1.18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 5, 2024
1 parent 81b50a5 commit 20c8ac3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/install-testing-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ runs:
- name: Install Solana
if: ${{ runner.os != 'Windows' }}
run: |
# smoelius: The latest stable (1.16) seems to cause problems for the xNFT tests. I suspect
# this is the reason:
# https://github.com/solana-labs/solana/issues/31960#issuecomment-1668682153
sh -c "$(curl -sSfL https://release.solana.com/v1.14.29/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.18.18/install)"
echo "$HOME/.local/share/solana/install/active_release/bin" >> "$GITHUB_PATH"
shell: bash

Expand Down

0 comments on commit 20c8ac3

Please sign in to comment.