File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
31
31
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)"
33
33
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
34
34
- name : Install Anchor
35
35
run : |
Original file line number Diff line number Diff line change 27
27
workspaces : " governance/remote_executor -> target"
28
28
- name : Install Solana
29
29
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)"
31
31
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
32
32
- name : Format check
33
33
run : cargo fmt --all -- --check
Original file line number Diff line number Diff line change 31
31
override : true
32
32
- name : Install Solana
33
33
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)"
35
35
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
36
36
- name : Format check
37
37
run : cargo fmt --all -- --check
You can’t perform that action at this time.
0 commit comments