File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
profile : minimal
17
17
toolchain : nightly
18
18
components : rustfmt
19
- - uses : pre-commit/action@v2 .0.3
19
+ - uses : pre-commit/action@v3 .0.0
Original file line number Diff line number Diff line change 21
21
run : sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential protobuf-compiler
22
22
- name : Install solana binaries
23
23
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)"
25
25
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
26
26
- name : Install anchor binaries
27
27
run : |
Original file line number Diff line number Diff line change 21
21
run : sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
22
22
- name : Install solana binaries
23
23
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)"
25
25
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
26
26
- name : Build
27
27
run : scripts/build.sh
Original file line number Diff line number Diff line change 34
34
run : sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
35
35
- name : Install Solana Binaries
36
36
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)"
38
38
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
39
39
- name : Build
40
40
run : cargo build --verbose
You can’t perform that action at this time.
0 commit comments