Skip to content

Commit cacb566

Browse files
authored
Suggest to just always ignore-crystal-version, these are tough times
1 parent a2af549 commit cacb566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configurator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104
{%- endif %}
105105
- name: Install shards
106106
{%- if is_app %}
107-
run: {% if cache_shards %}shards check || {% endif %}shards install{% if crystal_nightly %} --ignore-crystal-version{% endif %}
107+
run: {% if cache_shards %}shards check || {% endif %}shards install --ignore-crystal-version
108108
{%- else %}
109-
run: shards update{% if crystal_nightly %} --ignore-crystal-version{% endif %}
109+
run: shards update --ignore-crystal-version
110110
{%- endif %}
111111
- name: Run tests
112112
run: crystal spec

0 commit comments

Comments
 (0)