From 89ff88881b2f430b136dd1504ec200c1d67ff8df Mon Sep 17 00:00:00 2001 From: James Westman Date: Sat, 30 Oct 2021 18:19:32 -0500 Subject: [PATCH] ci: Fix dependencies --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93c26f9..b03f983 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ stages: build: stage: build script: - - dnf install -y meson python3-mypy python3-sphinx python3-pip - - pip3 install furo + - dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel + - pip3 install furo mypy sphinx - mypy gtkblueprinttool - meson _build -Ddocs=true - ninja -C _build