ci: fix build command
This commit is contained in:
parent
8605bd5583
commit
6bfc94ebf1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/crystal.yml
vendored
4
.github/workflows/crystal.yml
vendored
|
@ -43,8 +43,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: shards install
|
run: shards install
|
||||||
- name: Run tests
|
- name: Run build
|
||||||
run: crystal build
|
run: shards build
|
||||||
|
|
||||||
deliver:
|
deliver:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue