Skip to content

Commit 8aef4f1

Browse files
committed
fix: use Package.swift for CI cache keys instead of Package.resolved
1 parent 6170e9e commit 8aef4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/cache@v4
4141
with:
4242
path: .build
43-
key: ${{ runner.os }}-xcode-${{ matrix.xcode }}-spm-${{ hashFiles('Package.resolved') }}
43+
key: ${{ runner.os }}-xcode-${{ matrix.xcode }}-spm-${{ hashFiles('Package.swift') }}
4444
restore-keys: |
4545
${{ runner.os }}-xcode-${{ matrix.xcode }}-spm-
4646
${{ runner.os }}-spm-

0 commit comments

Comments
 (0)