Skip to content

Commit

Permalink
chore(CI): speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 18, 2024
1 parent 877b75d commit f0ac22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt-get install -y locales
sudo locale-gen zh_CN.GB2312
- name: Install dependencies
run: shards install --ignore-crystal-version
run: shards install --ignore-crystal-version --skip-postinstall --skip-executables
- name: Format
run: crystal tool format --check
- name: Run tests
Expand Down

0 comments on commit f0ac22b

Please sign in to comment.