Skip to content

Commit 310586e

Browse files
authored
Fix enable_android_sdk_build to be true
1 parent 1ceaa83 commit 310586e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
enable_linux_checks: false
5454
enable_macos_checks: true
5555
enable_windows_checks: false
56-
enable_android_sdk_build: false
56+
enable_android_sdk_build: true
5757
# Only build
5858
macos_build_command: "xcrun swift build --build-tests"
5959
macos_exclude_xcode_versions: '[]'

0 commit comments

Comments
 (0)