Skip to content

veristat: bump version to v0.3.2 #29

veristat: bump version to v0.3.2

veristat: bump version to v0.3.2 #29

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install dependencies
run: sudo apt-get install -y elfutils libelf-dev
- name: make
run: make -C src -j$(nproc)