From 67bd37eaa25d6857d8ad08815075f3535c2fae97 Mon Sep 17 00:00:00 2001 From: Emin Arslan Date: Wed, 14 Jan 2026 21:22:25 +0300 Subject: [PATCH] ci: add menhir to the debian build workflow --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 142c0df..11056fa 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -6,5 +6,5 @@ steps: image: debian:13 pull: true commands: - - apt update && apt full-upgrade && apt install -y ocaml libfindlib-ocaml-dev libcontainers-ocaml-dev ocaml-dune + - apt update && apt full-upgrade && apt install -y ocaml libfindlib-ocaml-dev libcontainers-ocaml-dev ocaml-dune menhir - dune build