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 e097a88Copy full SHA for e097a88
.github/workflows/swift.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
config: ["debug", "release"]
11
- options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
+ options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1", "SWIFT_JAVA=1"]
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
0 commit comments