Skip to content

[WIP] 2.4.0 Release Prep #705

[WIP] 2.4.0 Release Prep

[WIP] 2.4.0 Release Prep #705

Workflow file for this run

name: Android CI
on:
pull_request:
jobs:
compile-android-new-arch:
uses: ./.github/workflows/android-build.yml
secrets: inherit
with:
new-architecture: 'true'
compile-android-old-arch:
uses: ./.github/workflows/android-build.yml
secrets: inherit
with:
new-architecture: 'false'