From 6bfc94ebf18300491150ff9f57a34f8e7e5d535f Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 6 Feb 2022 14:00:25 +0100 Subject: [PATCH] ci: fix build command --- .github/workflows/crystal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index 17cef21..9c59a98 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -43,8 +43,8 @@ jobs: - name: Install project dependencies run: shards install - - name: Run tests - run: crystal build + - name: Run build + run: shards build deliver: runs-on: ubuntu-latest