Skip to content

Commit 6862b38

Browse files
committed
Set Android platform build to debug mode in CI
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 0e6d4b0 commit 6862b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/actions/generate
2525
with:
2626
platform: android
27-
release: true # Some android target fails to compile in debug due to unstable panic_immediate_abort option
27+
release: false
2828

2929
- name: Cache turborepo for Android
3030
uses: actions/cache@v4

0 commit comments

Comments
 (0)