From 35557f648863625bebdd557caf6c75b895c8a02c Mon Sep 17 00:00:00 2001 From: niuhuan Date: Wed, 3 Apr 2024 16:52:23 +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 148e31a..824babc 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 java (Android) + if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'android' + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'temurin' + - name: Setup android tools (Android) if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'android' uses: android-actions/setup-android@v3