Skip to content

Commit

Permalink
Fix cache key (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgacy authored Oct 16, 2024
1 parent 4589800 commit d81dde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/cache@v4
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
key: ${{ runner.os }}-spm-${{ hashFiles('Package.swift', 'Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
Expand Down

0 comments on commit d81dde6

Please sign in to comment.