From d1faa8799ef31c72bcfea91fd2658534be0ba6e2 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Sun, 19 Jan 2025 12:13:46 -0800 Subject: [PATCH] Ubuntu 24.04 no longer offers sqlite It's not needed anyway, as it is bundled with Python. --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae26be7b..13a7590e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,8 +21,7 @@ jobs: python3-pip \ mariadb-client \ mariadb-server \ - rsync \ - sqlite + rsync sudo locale-gen de_DE.utf8 sudo update-locale