Skip to content

fix: locked rotation jitter #70

fix: locked rotation jitter

fix: locked rotation jitter #70

Workflow file for this run

name: 🍎 MacOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
name: 🍎 MacOS
steps:
- uses: actions/checkout@main
- name: Build
run: |
cd example
cmake -B build -DCMAKE_CXX_FLAGS="-Wall -Werror"
cmake --build build