We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818836b commit 5599abfCopy full SHA for 5599abf
.github/workflows/ci.yml
@@ -186,7 +186,10 @@ jobs:
186
187
- name: Install OPAM dependencies
188
if: steps.cache-opam-env.outputs.cache-hit != 'true'
189
- run: opam install . --deps-only
+ run: |
190
+ opam install . --deps-only
191
+ opam install ocamlformat=$(grep "version" .ocamlformat | awk -F"= " '{print $2}')
192
+
193
194
- name: Cache OPAM environment
195
0 commit comments