File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed 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- # Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.
2524 sh -c "$(curl -sSfL https://release.solana.com/v1.18.1/install)"
2625 echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2726 - name : Install anchor binaries
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- # Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.
25- sh -c "$(curl -sSfL https://release.solana.com/v1.18.1/install)"
24+ sh -c "$(curl -sSfL https://release.solana.com/v1.18.21/install)"
2625 echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
2726 - name : Build
2827 run : scripts/build.sh
Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@v2
3333 - name : Install dependencies
34- run : sudo apt-get update && sudo apt-get install libudev-dev
34+ run : sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
3535 - name : Install Solana Binaries
3636 run : |
3737 sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"
You can’t perform that action at this time.
0 commit comments