Skip to content

fix: fix memory allocation error. optimize main.cpp #8

fix: fix memory allocation error. optimize main.cpp

fix: fix memory allocation error. optimize main.cpp #8

Workflow file for this run

name: Build macOS
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Build
run: chmod +x *.sh && ./BuildMacOS.sh