We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeb12a commit a159112Copy full SHA for a159112
.github/workflows/blank.yml
@@ -24,6 +24,10 @@ jobs:
24
libz-dev \
25
libyaml-dev \
26
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
31
32
- name: Install dependencies
- run: shards install
33
+ run: shards install
0 commit comments