Skip to content

Commit 40b3fdc

Browse files
Enable Android CI (#202)
This will prevent Android builds from regressing.
1 parent 00b0496 commit 40b3fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
macos_xcode_versions: '["16.3"]'
3939
macos_build_command: 'xcrun swift-format lint -s -r --configuration ./.swift-format . && xcrun swift test && xcrun swift test -c release && xcrun swift test --disable-default-traits'
4040
enable_linux_static_sdk_build: true
41+
enable_android_sdk_build: true
4142
linux_static_sdk_versions: '["6.1", "nightly-6.2"]'
4243
linux_static_sdk_build_command: |
4344
for triple in aarch64-swift-linux-musl x86_64-swift-linux-musl ; do

0 commit comments

Comments
 (0)