Skip to content

Commit c7a5116

Browse files
committed
ci: install ocamlformat separately due to removal from opam file
1 parent a5260b8 commit c7a5116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- run: opam install . --deps-only --with-doc --with-test
3737

38+
- run: opam install ocamlformat.0.19.0
39+
3840
- name: compile
3941
run: opam exec -- make
4042

0 commit comments

Comments
 (0)