install protobuf

This commit is contained in:
Tian Jin 2019-12-24 00:54:02 -05:00
parent e33192b14d
commit 747e2f17d0
1 changed files with 3 additions and 0 deletions

View File

@ -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