From a512ac594c22eb6db2715db30ff47d8292788830 Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Tue, 27 May 2025 16:09:27 -0600 Subject: [PATCH] Add gsettings-desktop-schemas package for CI test. Adds missing org.gnome.desktop.a11y.applications schema needed for test. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b739904..375ac5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ test: tags: - x86_64-linux-kvm-docker script: - - pacman -Sy --noconfirm --needed dbus rust + - pacman -Sy --noconfirm --needed dbus rust gsettings-desktop-schemas - dbus-run-session cargo test workflow: