diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 85c388cb8..8c1458efe 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -34,6 +34,9 @@ jobs: macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.0\"}, {\"xcode_version\": \"16.1\"}, {\"xcode_version\": \"16.2\"}]" enable_wasm_sdk_build: true wasm_sdk_build_command: swift build --target ArgumentParser + enable_android_sdk_build: true + enable_android_sdk_checks: true + android_ndk_versions: '["r27d", "r29"]' cmake-build: name: CMake Build