Skip to content

Update README.md

Update README.md #143

Workflow file for this run

name: macOS Build
on: [push]
jobs:
build:
name: build
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: build
run: |
cmake ./
make -j4