Skip to content

Commit aa10614

Browse files
committed
Fix typo in ci.yml file
1 parent 33e26d2 commit aa10614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/cache@v4
4343
with:
4444
path: ~/.local/bin/claude
45-
key: claude-cli-${{ runner.os }}-${{ hashFiles('**/lockfile') || 'weekly' }}-${{ github.run_number % 100 }}
45+
key: claude-cli-${{ runner.os }}-${{ github.run_number }}
4646
restore-keys: |
4747
claude-cli-${{ runner.os }}-
4848

0 commit comments

Comments
 (0)