Skip to content

clean up

clean up #270

Workflow file for this run

name: build
on: push
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: cmake .
- run: cmake --build . --parallel 2