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 43684f0 commit b3f20abCopy full SHA for b3f20ab
.github/workflows/pull_request.yml
@@ -28,6 +28,7 @@ jobs:
28
image: ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}-${{ matrix.os_version }}
29
env:
30
JAVA_HOME: "/usr/lib/jvm/default-jdk"
31
+ SWIFT_JAVA_VERBOSE: true
32
steps:
33
- uses: actions/checkout@v4
34
- name: Prepare CI Environment
@@ -53,6 +54,7 @@ jobs:
53
54
55
56
57
58
59
60
0 commit comments