Skip to content

ocaml version.

ocaml version. #43

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, macos-latest]
ocaml-compiler: ['4.09.0']
steps:
- uses: actions/checkout@v2
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam pin add -n .
- run: opam depext -yt mad
- run: opam install -t .