Skip to content

Commit

Permalink
👷 release core ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 3, 2024
1 parent c43d404 commit 35557f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Release.core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35557f6

Please sign in to comment.