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.
This commit is contained in:
Jeremy Whiting 2025-06-27 17:23:24 -06:00 committed by Jeremy Whiting
parent afa0eddf41
commit 60bbad9449

View file

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