From 0a106d5acdf5d4a8334f29b36f676d327b17a9c7 Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Mon, 16 Sep 2024 10:52:23 +0100 Subject: [PATCH] fixup! Add chunking functionality for AI-powered analysis --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dacac1463c..a7138c0c43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,8 +96,10 @@ jobs: - name: Setup locale run: | - sudo localedef -i en_GB -c -f UTF-8 -A /usr/share/locale/locale.alias en_GB.UTF-8 - echo "LANG=en_GB.utf8" >> $GITHUB_ENV + sudo apt-get install -y locales + sudo locale-gen en_GB.UTF-8 + sudo update-locale LANG=en_GB.UTF-8 + export LANG=en_GB.UTF-8 - name: Setup database run: |