Skip to content

Commit

Permalink
gr
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantk committed Aug 19, 2024
1 parent e92eba4 commit ad8cc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyth-sdk-solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
- name: Install Solana Binaries
run: |
sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit ad8cc1d

Please sign in to comment.