From 6514d23c57d6e2be7a7e554fb88940d59921c83b Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Fri, 6 Dec 2024 22:12:29 +1100 Subject: [PATCH] fix(ci): install help2man Signed-off-by: Anhad Singh --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4734b0f..3f6e0f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ before_script: pkg-config \ texinfo \ wget \ + help2man \ zstd && curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none