Skip to content

update ReadMe.md

update ReadMe.md #6

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "1.6.x" ]
pull_request:
branches: [ "1.6.x" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cmake
run: mkdir build && cd build && cmake ..
- name: make
run: cd build && make