We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcd2b5 commit 7429166Copy full SHA for 7429166
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
path: |
72
~/.cache/org.swift.swiftpm
73
.build
74
- key: ${{ runner.os }}-swift-${{ matrix.swift }}-spm-${{ hashFiles('**/Package.resolved') }}
+ key: ${{ runner.os }}-swift-${{ matrix.swift }}-spm-${{ hashFiles('Package.resolved') }}
75
restore-keys: |
76
${{ runner.os }}-swift-${{ matrix.swift }}-spm-
77
0 commit comments