We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d01903 commit bfe1f03Copy full SHA for bfe1f03
.github/workflows/pyth-sdk-example-anchor-contract.yml
@@ -21,7 +21,7 @@ jobs:
21
run: sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential protobuf-compiler
22
- name: Install solana binaries
23
run: |
24
- sh -c "$(curl -sSfL https://release.solana.com/v1.18.1/install)"
+ sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
25
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
26
- name: Install anchor binaries
27
0 commit comments