Add gsettings-desktop-schemas package for CI test.

Adds missing org.gnome.desktop.a11y.applications schema needed for test.
This commit is contained in:
Jeremy Whiting 2025-05-27 16:09:27 -06:00 committed by Jeremy Whiting
parent 1e1db4791e
commit a512ac594c

View file

@ -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: