Skip to content

Commit 8ab0b0e

Browse files
committed
other path
1 parent 294a5fb commit 8ab0b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fastlane-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/cache@v4
1616
with:
17-
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
17+
path: /Users/runner/Library/Caches/org.swift.swiftpm/
1818
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
1919
restore-keys: |
2020
${{ runner.os }}-spm-

0 commit comments

Comments
 (0)