Skip to content

Preferences -> Settings #167

Preferences -> Settings

Preferences -> Settings #167

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: recursive
- name: brew install
run: brew install xcodegen
- name: make
run: make -C src clean all