Skip to content

Remove warning due to the lack of -package str #38

Remove warning due to the lack of -package str

Remove warning due to the lack of -package str #38

Workflow file for this run

name: Build
on:
pull_request:
push:
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "4.12"
- run: opam install . --deps-only
- run: opam exec -- make all