From 9ddfde23e6d655acc62a6e053cd00b46840e4be6 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Fri, 4 Jul 2025 16:13:01 -0700 Subject: [PATCH] gitlab-ci: Add missing speech-dispatcher dependency to clippy stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef4218d..3c42a02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,5 +30,5 @@ clippy: tags: - x86_64-linux-kvm-docker script: - - pacman -Sy --noconfirm --needed rust clang + - pacman -Sy --noconfirm --needed rust clang speech-dispatcher - cargo clippy