From 3a4d03cd25d0996bc5f63b145a613fd2da08475b Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Fri, 19 Jul 2024 09:23:02 +1000 Subject: [PATCH] chore(CI): enable all locales --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c72b7ec..1ecdbb2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,8 @@ jobs: run: | apt-get update apt-get install -y locales - locale-gen zh_CN.GB2312 + sed -i 's/^# \(.*\)$/\1/' /etc/locale.gen + locale-gen - name: Install dependencies run: shards install --ignore-crystal-version --skip-postinstall --skip-executables - name: Format