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 9d652bc commit b217937Copy full SHA for b217937
.github/workflows/samples-crystal.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Crystal
31
uses: crystal-lang/install-crystal@v1
32
- name: Shards Install
33
- run: crystal shards install
+ run: shards install
34
working-directory: ${{ matrix.sample }}
35
- name: Run tests
36
run: crystal spec
0 commit comments