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 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
- # Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.
25
24
sh -c "$(curl -sSfL https://release.solana.com/v1.18.1/install)"
26
25
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
27
26
- name : Install anchor binaries
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
- # 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)"
26
25
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
27
26
- name : Build
28
27
run : scripts/build.sh
Original file line number Diff line number Diff line change 31
31
steps :
32
32
- uses : actions/checkout@v2
33
33
- 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
35
35
- name : Install Solana Binaries
36
36
run : |
37
37
sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"
You can’t perform that action at this time.
0 commit comments