From 6762626747171b6438fc77ddb0ffa1ae24500664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 10 Feb 2024 21:01:33 +0100 Subject: [PATCH] ci: Install gi-docgen builddeps Don't assume the dependencies are covered by the other modules. Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0193f199..bea48599d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -120,6 +120,7 @@ variables: dnf builddep -y gnome-shell --setopt=install_weak_deps=False dnf builddep -y kernel --setopt=install_weak_deps=False dnf builddep -y libei --setopt=install_weak_deps=False + dnf builddep -y gi-docgen --setopt=install_weak_deps=False ./.gitlab-ci/install-meson-project.sh \ https://gitlab.gnome.org/jadahl/catch.git \