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 529bfb1 commit 9528800Copy full SHA for 9528800
.github/workflows/pull_request.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: actions/cache@v4
53
continue-on-error: true
54
with:
55
- path: .build/checkouts
+ path: /__w/swift-java/swift-java/.build/checkouts
56
key: ${{ runner.os }}-swiftpm-cache-${{ hashFiles('Package.swift') }}
57
restore-keys: |
58
${{ runner.os }}-swiftpm-cache
0 commit comments