Skip to content

Commit b68cf99

Browse files
committed
fix: update CI to use anza endpoint for solana binary
1 parent 20cb148 commit b68cf99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
profile: minimal
1717
toolchain: nightly
1818
components: rustfmt
19-
- uses: pre-commit/action@v2.0.3
19+
- uses: pre-commit/action@v3.0.0

.github/workflows/pyth-sdk-example-anchor-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential protobuf-compiler
2222
- name: Install solana binaries
2323
run: |
24-
sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
24+
sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.21/install)"
2525
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2626
- name: Install anchor binaries
2727
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
2222
- name: Install solana binaries
2323
run: |
24-
sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
24+
sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.21/install)"
2525
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2626
- name: Build
2727
run: scripts/build.sh

.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)