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 d1566b1 commit f559716Copy full SHA for f559716
.github/workflows/ci.yml
@@ -188,8 +188,7 @@ jobs:
188
if: steps.cache-opam-env.outputs.cache-hit != 'true'
189
run: |
190
opam install . --deps-only
191
- opam install ocamlformat=$(grep "version" .ocamlformat | awk -F"= " '{print $2}')
192
-
+ opam install ocamlformat=0.26.2
193
194
- name: Cache OPAM environment
195
0 commit comments