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 294a5fb commit 8ab0b0eCopy full SHA for 8ab0b0e
.github/workflows/fastlane-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/cache@v4
16
with:
17
- path: /Users/runner/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
+ path: /Users/runner/Library/Caches/org.swift.swiftpm/
18
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
19
restore-keys: |
20
${{ runner.os }}-spm-
0 commit comments