Skip to content

fix gh action

fix gh action #3

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@main
- run: |
mkdir build
cd build
cmake ..
cmake --build .