Skip to content

Push workflow

Push workflow #2

Workflow file for this run

name: push
run-name: Push workflow
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install opam
- run: opam init -n
- run: make build-deps
- run: source $(opam env)
- run: make