Skip to content

feat: plane context menu #5

feat: plane context menu

feat: plane context menu #5

Workflow file for this run

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