From 27971aae3cb6c0fb49ddae5c08689d98329f6fb8 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 28 Dec 2023 14:05:24 -0500 Subject: [PATCH] CI: install German lanugage packs an ubuntu test runners Increase coverage of locale tests. --- .github/workflows/tests.yml | 1 + azure-pipelines.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e0869b2c05f0..80a6d90527ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -119,6 +119,7 @@ jobs: gir1.2-gtk-3.0 \ graphviz \ inkscape \ + language-pack-de \ lcov \ libcairo2 \ libcairo2-dev \ diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 44adc6f08422..52c82a887a47 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -103,6 +103,7 @@ stages: gir1.2-gtk-3.0 \ graphviz \ inkscape \ + language-pack-de \ lcov \ libcairo2 \ libgirepository-1.0-1 \