Skip to content

Commit 3dcf09e

Browse files
authored
fix: use agave releases instead of solana labs (#2670)
1 parent 08833c4 commit 3dcf09e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-message-buffer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
3131
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
32-
sh -c "$(curl -sSfL https://release.solana.com/v1.14.18/install)"
32+
sh -c "$(curl -sSfL https://release.anza.xyz/v1.17.34/install)"
3333
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
3434
- name: Install Anchor
3535
run: |

.github/workflows/ci-remote-executor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
workspaces: "governance/remote_executor -> target"
2828
- name: Install Solana
2929
run: |
30-
sh -c "$(curl -sSfL https://release.solana.com/v1.18.23/install)"
30+
sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.23/install)"
3131
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
3232
- name: Format check
3333
run: cargo fmt --all -- --check

.github/workflows/ci-solana-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
override: true
3232
- name: Install Solana
3333
run: |
34-
sh -c "$(curl -sSfL https://release.solana.com/v1.16.20/install)"
34+
sh -c "$(curl -sSfL https://release.anza.xyz/v1.17.34/install)"
3535
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
3636
- name: Format check
3737
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)