Skip to content

Commit

Permalink
fixup! Add chunking functionality for AI-powered analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Sep 16, 2024
1 parent 2412db2 commit 0a106d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0a106d5

Please sign in to comment.