Skip to content

change option name

change option name #10

Workflow file for this run

name: ci
on:
push:
paths:
- 'src/**'
- 'include/**'
- '.github/workflows/**'
jobs:
build-osx:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: build
run: bash ./third_party/openFrameworks/scripts/osx/download_libs.sh && make