Skip to content

fixed memory leaks (#219) #168

fixed memory leaks (#219)

fixed memory leaks (#219) #168

Workflow file for this run

name: meson build & test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: BSFishy/[email protected]
with:
action: build
options: --verbose
- uses: BSFishy/[email protected]
with:
action: test
options: --verbose