1
0
Fork 0

ci: Install gi-docgen builddeps

Don't assume the dependencies are covered by the other modules.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3575>
This commit is contained in:
Florian Müllner 2024-02-10 21:01:33 +01:00
parent b968daf35c
commit 6762626747

View file

@ -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 \