Skip to content

Commit 9528800

Browse files
committed
check workaround
1 parent 529bfb1 commit 9528800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/cache@v4
5353
continue-on-error: true
5454
with:
55-
path: .build/checkouts
55+
path: /__w/swift-java/swift-java/.build/checkouts
5656
key: ${{ runner.os }}-swiftpm-cache-${{ hashFiles('Package.swift') }}
5757
restore-keys: |
5858
${{ runner.os }}-swiftpm-cache

0 commit comments

Comments
 (0)