Skip to content

Commit 7429166

Browse files
committed
Attempt to resolve hashFiles issue
1 parent 5fcd2b5 commit 7429166

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
@@ -71,7 +71,7 @@ jobs:
7171
path: |
7272
~/.cache/org.swift.swiftpm
7373
.build
74-
key: ${{ runner.os }}-swift-${{ matrix.swift }}-spm-${{ hashFiles('**/Package.resolved') }}
74+
key: ${{ runner.os }}-swift-${{ matrix.swift }}-spm-${{ hashFiles('Package.resolved') }}
7575
restore-keys: |
7676
${{ runner.os }}-swift-${{ matrix.swift }}-spm-
7777

0 commit comments

Comments
 (0)