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 1818 steps :
1919 - uses : actions/checkout@v2
2020 - name : Install dependencies
21- run : sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential
21+ run : sudo apt-get update && sudo apt-get install libudev-dev pkg-config build-essential protobuf-compiler
2222 - name : Install solana binaries
2323 run : |
2424 # Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v2
2020 - name : Install dependencies
21- run : sudo apt-get update && sudo apt-get install libudev-dev
21+ run : sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
2222 - name : Install solana binaries
2323 run : |
2424 # Installing 1.16.x cli tools to have sbf instead of bpf. bpf does not work anymore.
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v2
2020 - name : Install dependencies
21- run : sudo apt-get update && sudo apt-get install libudev-dev
21+ run : sudo apt-get update && sudo apt-get install libudev-dev protobuf-compiler
2222 - name : Build
2323 run : cargo build --verbose
2424 - name : Run tests
You can’t perform that action at this time.
0 commit comments