Skip to content

Commit

Permalink
chore(CI): enable all locales
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 18, 2024
1 parent 1e2d348 commit 3a4d03c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a4d03c

Please sign in to comment.