diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6447611..3aaf894 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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