mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-15 18:56:49 -04:00
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:
parent
afa0eddf41
commit
60bbad9449
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ test:
|
||||||
tags:
|
tags:
|
||||||
- x86_64-linux-kvm-docker
|
- x86_64-linux-kvm-docker
|
||||||
script:
|
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
|
- dbus-run-session cargo test
|
||||||
|
|
||||||
workflow:
|
workflow:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue