Skip to content

Update README.md

Update README.md #1

Workflow file for this run

name: Compile Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install protobuf-c
run: sudo apt install libprotobuf-c-dev protobuf-c-compiler libzookeeper-mt-dev
- name: make
run: make -f MakeFinal