Skip to content

Commit

Permalink
Fix failed CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
akadusei committed Jul 15, 2023
1 parent 265866f commit 2771a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2771a76

Please sign in to comment.