From c43d4048c609d28d5034ca653bccf7f1e2351bf8 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Wed, 3 Apr 2024 16:51:32 +0800 Subject: [PATCH] :construction_worker: release core ci --- .github/workflows/Release.core.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/Release.core.yml b/.github/workflows/Release.core.yml index 58bb1c4..148e31a 100644 --- a/.github/workflows/Release.core.yml +++ b/.github/workflows/Release.core.yml @@ -85,6 +85,13 @@ jobs: run: | sh scripts/bind-ios.sh + - name: Setup android tools (Android) + if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'android' + uses: android-actions/setup-android@v3 + with: + cmdline-tools-version: 8512546 + packages: 'platform-tools platforms;android-32 build-tools;30.0.2 ndk;23.1.7779620' + - name: Build (android) if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'android' run: |