Skip to content

Commit 5599abf

Browse files
committed
install ocamlformat
1 parent 818836b commit 5599abf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@ jobs:
186186
187187
- name: Install OPAM dependencies
188188
if: steps.cache-opam-env.outputs.cache-hit != 'true'
189-
run: opam install . --deps-only
189+
run: |
190+
opam install . --deps-only
191+
opam install ocamlformat=$(grep "version" .ocamlformat | awk -F"= " '{print $2}')
192+
190193
191194
- name: Cache OPAM environment
192195
if: steps.cache-opam-env.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)