Skip to content

Commit

Permalink
chore(CI): no sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 18, 2024
1 parent f0ac22b commit a260f52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@v2
- name: Add encodings
run: |
sudo apt-get update
sudo apt-get install -y locales
sudo locale-gen zh_CN.GB2312
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 a260f52

Please sign in to comment.