From 1c77887729a57a7bd875f1e376972eff52ea6793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9=20=28Ahrefs=29?= Date: Wed, 7 Aug 2024 05:52:53 +0000 Subject: [PATCH] ci: use ocamlformat 0.26.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf28347d..ad9d0550 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: # apt update is implicit # pinning package implicit # depext install implicit - - run: opam install . ocamlformat.0.20.1 + - run: opam install . ocamlformat.0.26.2 - name: compile run: opam exec -- make