From 60bbad9449dcbec9ae8652ab82a9a09c05bfc35d Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Fri, 27 Jun 2025 17:23:24 -0600 Subject: [PATCH] Add clang and speech-dispatcher to dependencies needed to build. speech-dispatcher-sys rust crate depends on clang to build. Add speech-dispatcher since it's needed to build the speech-dispatcher crate. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 375ac5c..5b0a5c7 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 gsettings-desktop-schemas + - pacman -Sy --noconfirm --needed dbus rust gsettings-desktop-schemas clang speech-dispatcher - dbus-run-session cargo test workflow: