From 72fe6fd960a2a3ec28cea2f5def88f61b96840ba Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Mon, 27 Jul 2026 16:56:33 +0200 Subject: [PATCH] ci: remove duplicate unit_deps variable The test `unit-and-integration-installed` specifies `$unit_deps` twice. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd5538d03..8f2e31c63 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -120,7 +120,7 @@ jobs: sudo apt-get update && sudo apt-get install --no-install-recommends --yes $base_deps $build_deps $common_deps $gtk_deps $kde_deps $unit_deps - $unit_deps $integration_deps + $integration_deps - uses: actions/checkout@v6 - name: Enable German locale run: sudo sed -i 's/^# de_DE/de_DE/g' /etc/locale.gen && sudo locale-gen