Skip to content

fix code clone link #12

fix code clone link

fix code clone link #12

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