Skip to content

feat: add heap debug info #73

feat: add heap debug info

feat: add heap debug info #73

Workflow file for this run

name: CI
on:
push:
jobs:
build_job:
name: build job
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Build
run: env.bat && cd examples && make
shell: cmd