Skip to content

Commit

Permalink
chore(CI): switch to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 18, 2024
1 parent d656c26 commit 3272639
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
- latest
- nightly
runs-on: ${{ matrix.os }}
container: crystallang/crystal:${{ matrix.crystal }}-alpine
container: crystallang/crystal:${{ matrix.crystal }}-ubuntu
steps:
- uses: actions/checkout@v2
- name: Add encodings
run: apk --no-cache add musl-locales musl-locales-lang
run: |
apt-get update
apt-get install -y locales
locale-gen zh_CN.GB2312
- name: Install dependencies
run: shards install --ignore-crystal-version --skip-postinstall --skip-executables
- name: Format
Expand Down

0 comments on commit 3272639

Please sign in to comment.