Skip to content

ProbABEL build

ProbABEL build #1

Workflow file for this run

name: build
run-name: ProbABEL build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: apt install -y build-essential
- run: autoreconf -i
- run: ./configure
- run: make