From 5b6ed1beb56039ead0f4484ab4fac3f6005fc5b8 Mon Sep 17 00:00:00 2001 From: Emin Arslan Date: Wed, 14 Jan 2026 12:46:56 +0300 Subject: [PATCH] ci: fix findlib package name --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 96de820..142c0df 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 libfind-ocaml-dev libcontainers-ocaml-dev ocaml-dune + - apt update && apt full-upgrade && apt install -y ocaml libfindlib-ocaml-dev libcontainers-ocaml-dev ocaml-dune - dune build