From d03fce3a5a3ac5d205521b6c39645ae83ff5c08f Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Fri, 6 Dec 2024 23:12:48 +1100 Subject: [PATCH] fix(ci): autoconf and automake Signed-off-by: Anhad Singh --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f6e0f1..75d4b0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,8 @@ before_script: texinfo \ wget \ help2man \ + autoconf \ + automake \ zstd && curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none