From 2771a769071ffbbe7c0cf2c83ec42b0bd7f0a08b Mon Sep 17 00:00:00 2001 From: akadusei Date: Sat, 15 Jul 2023 16:46:15 +0000 Subject: [PATCH] Fix failed CI job See . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d70536..11b1e85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: key: ${{ runner.os }}-shards-${{ hashFiles('shard.yml') }} restore-keys: ${{ runner.os }}-shards- - name: Install shards - run: shards update + run: shards update --skip-postinstall --skip-executables - name: Run tests env: CLOUDFLARE_TOKEN: ${{ secrets.CRYFLARE_SPEC_TOKEN }}