Skip to content

Commit b217937

Browse files
committed
fix
1 parent 9d652bc commit b217937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/samples-crystal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Crystal
3131
uses: crystal-lang/install-crystal@v1
3232
- name: Shards Install
33-
run: crystal shards install
33+
run: shards install
3434
working-directory: ${{ matrix.sample }}
3535
- name: Run tests
3636
run: crystal spec

0 commit comments

Comments
 (0)