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 206ad06 commit 1d4b9a2
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:
LXD_SOCKET: ${{ secrets.LESTER_SPEC_LXD_SOCKET }}
Expand Down

0 comments on commit 1d4b9a2

Please sign in to comment.