From ef4e36d5cf4505e51af9729339ce48dbca908b2a Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Mon, 5 Aug 2019 22:09:21 +0200 Subject: [PATCH] ci: Add GObject introspection packages We added GObject introspection in the previous commits, so we need to make sure the correct binaries are installed for this. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61eb2eb..ded2774 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ cache: - pacman -Syu --noconfirm --needed --cachedir `pwd`/_pacman_cache base-devel git + gobject-introspection ${EXTRA_PKGS} .meson-build: -- 2.30.2