Skip to content

Commit

Permalink
Update native-compile-platforms.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar authored Oct 9, 2023
1 parent a8d3fe0 commit 0561398
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/native-compile-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
fail-fast: false
matrix:
arch: [arm64-v8a, armeabi-v7a, x86, x86_64]
ndk: [r22b, r23c, r24, r25c]
ndk: [r21e, r22b, r23c, r24, r25c, r26]
name: "Android"
if:
(! contains(github.event.pull_request.body, '[X] does not change any runtime related code or build configuration'))
Expand All @@ -157,8 +157,6 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Compile ${{ matrix.arch }}-${{ matrix.ndk }}
env:
COCOS_ENGINE_DEV: 1
run: |
NATIVE_ROOT=$GITHUB_WORKSPACE/native
ANDROID_NDK=${{ steps.setup-ndk.outputs.ndk-path }}
Expand Down

0 comments on commit 0561398

Please sign in to comment.