We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7424975 commit 9d65d29Copy full SHA for 9d65d29
.github/workflows/test.yml
@@ -26,8 +26,10 @@ jobs:
26
with:
27
ocaml-compiler: ${{ matrix.ocaml-compiler }}
28
dune-cache: true
29
- - run: opam install ocamlformat
30
- - run: opam exec -- dune build @fmt
+ - if: ${{ matrix.ocaml-compiler == '4.12.x' }}
+ run: |
31
+ opam install ocamlformat
32
+ opam exec -- dune build @fmt
33
- run: opam pin add md2mld.dev . --no-action
34
- run: opam install md2mld --yes --deps-only
35
- run: opam install -t md2mld
0 commit comments