From 59a256055b8a91d8e32588c53187ea5d1fba6602 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Mon, 20 Oct 2025 17:22:16 -0700 Subject: [PATCH] Enable Android CI This will prevent Android builds from regressing. --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9742f888..de92c9e6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -38,6 +38,7 @@ jobs: macos_xcode_versions: '["16.3"]' 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' enable_linux_static_sdk_build: true + enable_android_sdk_build: true linux_static_sdk_versions: '["6.1", "nightly-6.2"]' linux_static_sdk_build_command: | for triple in aarch64-swift-linux-musl x86_64-swift-linux-musl ; do