add submodules, add protobuf-compiler

hzcorr
bert hubert 2019-09-05 08:52:11 +02:00
parent b76bd5f7c3
commit a1fc172fab
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: deps
run: apt-get install protobuf-compiler
- name: submodules
run: git submodule update --init --recursive
- name: make
run: make
- name: make check