Skip to content

Commit 1d7f31a

Browse files
committed
fix: update CI to use anza endpoint for solana binary
1 parent 4869a5a commit 1d7f31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyth-sdk-solana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
3535
- name: Install Solana Binaries
3636
run: |
37-
sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
37+
sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.21/install)"
3838
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
3939
- name: Build
4040
run: cargo build --verbose

0 commit comments

Comments
 (0)