Skip to content

Commit

Permalink
ci: update validator to 1.16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Sep 19, 2023
1 parent 99b6bd7 commit fd26b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Install node deps
run: yarn

- name: Setup validator
- name: Setup Solana Validator v1.16.13
run: |
sh -c "$(curl -sSfL https://release.solana.com/v1.15.2/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.16.13/install)"
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
ls "$HOME/.local/share/solana/install/active_release/bin"
Expand Down

0 comments on commit fd26b56

Please sign in to comment.