Skip to content

Merge pull request #431 from Ir1Ka/fix-mismatch-alloc-free #57

Merge pull request #431 from Ir1Ka/fix-mismatch-alloc-free

Merge pull request #431 from Ir1Ka/fix-mismatch-alloc-free #57

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