From b2293b900f8c1aff2f1742011d15b9e2d9188f72 Mon Sep 17 00:00:00 2001 From: Antoine Pouille Date: Thu, 7 Mar 2024 13:48:40 +0100 Subject: [PATCH] Fix CI --- core/version/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version/dune b/core/version/dune index 59a074c16..26a85ab05 100644 --- a/core/version/dune +++ b/core/version/dune @@ -9,4 +9,4 @@ (action (with-stdout-to %{targets} - (run ocaml -I +unix unix.cma %{deps})))) + (run ocaml unix.cma %{deps}))))