ci: Add gobject-introspection dep

This is a bug elsewhere, but for now
it is blocking our CI:

https://bugzilla.redhat.com/show_bug.cgi?id=2412451

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson
2025-12-11 09:22:56 +01:00
committed by Pavel Hrdina
parent e1613dba5b
commit 488389ced5
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ jobs:
run: |
dnf install -y \
gettext \
gobject-introspection \
python3-devel \
python3-docutils \
meson
@@ -26,6 +26,7 @@ jobs:
dnf install -y \
gettext \
gobject-introspection \
python3-devel \
python3-docutils \
meson
+1
View File
@@ -8,6 +8,7 @@ specfile_path: build/virt-manager.spec
srpm_build_deps:
- gettext
- gobject-introspection
- python3-devel
- python3-docutils
- meson