Skip to content

Commit

Permalink
chore(CI): using alpine linux
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 18, 2024
1 parent a260f52 commit d656c26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Add encodings
run: |
apt-get update
apt-get install -y locales
locale-gen zh_CN.GB2312
run: apk --no-cache add musl-locales musl-locales-lang
- name: Install dependencies
run: shards install --ignore-crystal-version --skip-postinstall --skip-executables
- name: Format
Expand Down

0 comments on commit d656c26

Please sign in to comment.