From 31803d74cf2df7fbab9898e4b525764f214ca35d Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Sun, 3 Mar 2024 12:42:58 +1100 Subject: [PATCH] chore(CI): fix pipeline --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9962072..9d9dcfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install dependencies - run: shards install --ignore-crystal-version - - name: Lint - run: ./bin/ameba + run: shards install --ignore-crystal-version --skip-postinstall --skip-executables - name: Format run: crystal tool format --check - name: Run tests