Skip to content

Commit

Permalink
Fix nightly builds (#421)
Browse files Browse the repository at this point in the history
* Avoid using shards to install dependencies

Grab version from lock and install using curl

* Curl is not available, use --ignore-crystal-version

Since SHARDS_OPTS is not available yet we can't use it
  • Loading branch information
Brian J. Cardiff committed Jul 22, 2020
1 parent 034a635 commit 6febcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands:
git config --global column.ui always
- crystal/version
- checkout
- crystal/shards-install
- run: shards install --ignore-crystal-version
- run: make
- run: make test
- run: crystal tool format --check src spec
Expand Down

0 comments on commit 6febcec

Please sign in to comment.