Skip to content

Veristat 0.3.2 prep #28

Veristat 0.3.2 prep

Veristat 0.3.2 prep #28

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)