gitlab-ci: Add missing speech-dispatcher dependency to clippy stage

This commit is contained in:
Vicki Pfau 2025-07-04 16:13:01 -07:00
parent 9134b7778c
commit 9ddfde23e6

View file

@ -30,5 +30,5 @@ clippy:
tags: tags:
- x86_64-linux-kvm-docker - x86_64-linux-kvm-docker
script: script:
- pacman -Sy --noconfirm --needed rust clang - pacman -Sy --noconfirm --needed rust clang speech-dispatcher
- cargo clippy - cargo clippy