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