From f27e3ccdf7615adb09afbfe189ac917eac574717 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 22 May 2022 17:59:56 +0200 Subject: ci: Install systemd So that we can build against it. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1959dc8..9edb69c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - deploy variables: - DEPENDENCIES: dbus-x11 gcc gnome-common gtk-doc make openssh python redhat-rpm-config lcov libasan libubsan + DEPENDENCIES: dbus-x11 gcc gnome-common gtk-doc make openssh python redhat-rpm-config lcov libasan libubsan systemd-devel .build: stage: build -- cgit v1.2.1