Skip to content

Commit

Permalink
fix: ignore crystal version when installing shards
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramontina authored Mar 30, 2021
1 parent f0d0dba commit 1eb18be
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 @@ -13,7 +13,7 @@ jobs:
uses: oprypin/install-crystal@f0b2ce0d9d45075b6da31d7130c26cfb51744ead

- name: Install shards
run: shards update
run: shards update --ignore-crystal-version

- name: Run tests
run: crystal spec

0 comments on commit 1eb18be

Please sign in to comment.