Skip to content

Commit

Permalink
add encodings to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 18, 2024
1 parent 6d59462 commit 877b75d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
container: crystallang/crystal:${{ matrix.crystal }}-alpine
steps:
- uses: actions/checkout@v2
- name: Add encodings
run: |
sudo apt-get update
sudo apt-get install -y locales
sudo locale-gen zh_CN.GB2312
- name: Install dependencies
run: shards install --ignore-crystal-version
- name: Format
Expand Down

0 comments on commit 877b75d

Please sign in to comment.