Skip to content

Commit 46e9305

Browse files
committed
Update GitHub CI
1 parent c5124ae commit 46e9305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
container: ["swift:6.0.3", "swift:6.1.2", "swiftlang/swift:nightly"]
2727
config: ["debug", "release"]
28-
options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
28+
options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1", "SWIFT_JAVA=1"]
2929
runs-on: ubuntu-latest
3030
container: ${{ matrix.container }}-jammy
3131
steps:

0 commit comments

Comments
 (0)