Skip to content

Commit

Permalink
Update GitHub Action to install the latest solana release
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyForward0613 committed Apr 4, 2022
1 parent ab8d155 commit ee5fe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
toolchain: stable
- name: Install solana
run: sh -c "$(curl -sSfL https://release.solana.com/v1.7.3/install)"
run: sh -c "$(curl -sSfL https://release.solana.com/v1.10.5/install)"
- name: Add solana to PATH
run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- run: cargo build-bpf

0 comments on commit ee5fe61

Please sign in to comment.