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 9528800 commit 66e08c4Copy full SHA for 66e08c4
.github/workflows/pull_request.yml
@@ -59,6 +59,10 @@ jobs:
59
${{ runner.os }}-swiftpm-
60
- name: Gradle build
61
run: ./gradlew update --info --no-daemon
62
+ - name: Debug Paths
63
+ run: |
64
+ ls -la ~/.gradle
65
+ ls -la .build
66
67
test-swift:
68
name: Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
0 commit comments