Skip to content

Memory bug fix

Memory bug fix #400

Workflow file for this run

name: Build macOS
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
configuration: [debug, release]
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Build
run: ./build_macos.sh ${{matrix.configuration}}