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 4869a5a commit 1d7f31aCopy full SHA for 1d7f31a
.github/workflows/pyth-sdk-solana.yml
@@ -34,7 +34,7 @@ jobs:
34
run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
35
- name: Install Solana Binaries
36
run: |
37
- sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
+ sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.21/install)"
38
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
39
- name: Build
40
run: cargo build --verbose
0 commit comments