Skip to content

update startup on readme #10

update startup on readme

update startup on readme #10

Workflow file for this run

name: "Build"
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set-up OCaml 4.14.0
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.0
- run: opam install . --deps-only --with-test
- run: make