Skip to content

Commit 9d65d29

Browse files
authored
Update test.yml
1 parent 7424975 commit 9d65d29

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
with:
2727
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2828
dune-cache: true
29-
- run: opam install ocamlformat
30-
- run: opam exec -- dune build @fmt
29+
- if: ${{ matrix.ocaml-compiler == '4.12.x' }}
30+
run: |
31+
opam install ocamlformat
32+
opam exec -- dune build @fmt
3133
- run: opam pin add md2mld.dev . --no-action
3234
- run: opam install md2mld --yes --deps-only
3335
- run: opam install -t md2mld

0 commit comments

Comments
 (0)