diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml new file mode 100644 index 0000000..215d118 --- /dev/null +++ b/.github/workflows/c.yml @@ -0,0 +1,12 @@ +name: C CI + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - run: sudo apt-get install protobuf-compiler libprotobuf-dev + - run: make -C src