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 c5124ae commit 46e9305Copy full SHA for 46e9305
.github/workflows/swift.yml
@@ -25,7 +25,7 @@ jobs:
25
matrix:
26
container: ["swift:6.0.3", "swift:6.1.2", "swiftlang/swift:nightly"]
27
config: ["debug", "release"]
28
- options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
+ options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1", "SWIFT_JAVA=1"]
29
runs-on: ubuntu-latest
30
container: ${{ matrix.container }}-jammy
31
steps:
0 commit comments