We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6170e9e commit 8aef4f1Copy full SHA for 8aef4f1
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/cache@v4
41
with:
42
path: .build
43
- key: ${{ runner.os }}-xcode-${{ matrix.xcode }}-spm-${{ hashFiles('Package.resolved') }}
+ key: ${{ runner.os }}-xcode-${{ matrix.xcode }}-spm-${{ hashFiles('Package.swift') }}
44
restore-keys: |
45
${{ runner.os }}-xcode-${{ matrix.xcode }}-spm-
46
${{ runner.os }}-spm-
0 commit comments