install protobuf
This commit is contained in:
parent
e33192b14d
commit
747e2f17d0
|
@ -22,6 +22,9 @@ jobs:
|
|||
- run:
|
||||
name: Install CMAKE
|
||||
command: 'sudo apt-get update && sudo apt-get install -y cmake ninja-build'
|
||||
- run:
|
||||
name: Install Protobuf
|
||||
command: 'sudo apt-get update && sudo apt-get install -y protobuf-compiler'
|
||||
- run:
|
||||
name: Check gcc version
|
||||
command: gcc --version
|
||||
|
|
Loading…
Reference in New Issue