Skip to content

update readme

update readme #10

Workflow file for this run

name: ubuntu_x64
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: CMake set-up
run: cmake -DCMAKE_BUILD_TYPE=Release .
- name: make
run: cmake --build .