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 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments