Skip to content

Commit a159112

Browse files
committed
github: workflow[blank(integerate shards)]
1 parent cbeb12a commit a159112

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/blank.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
libz-dev \
2525
libyaml-dev \
2626
libffi-dev
27+
28+
- name: Install shards
29+
run: |
30+
curl -sSL https://github.com/crystal-lang/shards/releases/download/0.10.1/shards-0.10.1-linux-x86_64.tar.gz | tar xz -C /usr/local/bin
2731
2832
- name: Install dependencies
29-
run: shards install
33+
run: shards install

0 commit comments

Comments
 (0)