Skip to content

Commit

Permalink
Use new official setup-ocaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Mar 22, 2022
1 parent 275f36c commit 8fbb01a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
uses: actions/checkout@v2

- name: Use OCaml ${{ matrix.ocaml-version }}
uses: avsm/setup-ocaml@v1
uses: ocaml/setup-ocaml@v2
with:
ocaml-version: ${{ matrix.ocaml-version }}
ocaml-compiler: ${{ matrix.ocaml-version }}

- run: opam pin . --no-action
- run: opam depext conf-zmq --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 8fbb01a

Please sign in to comment.