Skip to content

fix use after free in recent commit #52

fix use after free in recent commit

fix use after free in recent commit #52

Workflow file for this run

name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo ci/install.sh
- name: Build
run: ci/build.sh