Skip to content

Commit e1f308b

Browse files
authored
✅ Fixing solana-cli install link (#178)
1 parent 19f7331 commit e1f308b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-bolt-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: install solana
6363
if: steps.cache-solana.outputs.cache-hit != 'true'
6464
run: |
65-
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
65+
sh -c "$(curl -sSfL https://release.anza.xyz/${{ env.solana_version }}/install)"
6666
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
6767
solana --version
6868

.github/workflows/publish-bolt-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: install solana
5858
if: steps.cache-solana.outputs.cache-hit != 'true'
5959
run: |
60-
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
60+
sh -c "$(curl -sSfL https://release.anza.xyz/${{ env.solana_version }}/install)"
6161
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
6262
solana --version
6363

.github/workflows/run-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install Solana
4444
run: |
45-
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
45+
sh -c "$(curl -sSfL https://release.anza.xyz/${{ env.solana_version }}/install)"
4646
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
4747
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
4848
solana --version

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install Solana
4444
run: |
45-
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
45+
sh -c "$(curl -sSfL https://release.anza.xyz/${{ env.solana_version }}/install)"
4646
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
4747
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
4848
solana --version
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Install Solana
6565
run: |
66-
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
66+
sh -c "$(curl -sSfL https://release.anza.xyz/${{ env.solana_version }}/install)"
6767
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
6868
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
6969
solana --version

0 commit comments

Comments
 (0)