Skip to content

Commit e6214c2

Browse files
committed
Don't need --ignore-crystal-version on latest
1 parent 917bac4 commit e6214c2

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
@@ -107,9 +107,9 @@ jobs:
107107
{%- endif %}
108108
- name: Install shards
109109
{%- if is_app %}
110-
run: {% if cache_shards %}shards check || {% endif %}shards install --ignore-crystal-version
110+
run: {% if cache_shards %}shards check || {% endif %}shards install{% if crystal_ver %} --ignore-crystal-version{% endif %}
111111
{%- else %}
112-
run: shards update --ignore-crystal-version
112+
run: shards update{% if crystal_ver %} --ignore-crystal-version{% endif %}
113113
{%- endif %}
114114
- name: Run tests
115115
run: crystal spec --order=random

0 commit comments

Comments
 (0)