Skip to content

Commit

Permalink
Merge pull request #36 from art-w/odoc-cycle
Browse files Browse the repository at this point in the history
Update github workflow for macos
  • Loading branch information
clecat committed Mar 28, 2024
2 parents e85de46 + 66787ef commit a25ae6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Use OCaml ${{ matrix.ocaml-version }}
uses: avsm/setup-ocaml@v1
uses: avsm/setup-ocaml@v2
with:
ocaml-version: ${{ matrix.ocaml-version }}
ocaml-compiler: ${{ matrix.ocaml-version }}
- run: opam pin add . --no-action
- run: opam depext irmin-watcher --yes --with-doc --with-test
- run: opam install . --deps-only --with-doc --with-test
- run: opam exec -- dune build
- run: opam exec -- dune runtest

0 comments on commit a25ae6d

Please sign in to comment.