diff --git a/.github/workflows/native-compile-platforms.yml b/.github/workflows/native-compile-platforms.yml index 8275ed2e167..5e89c27704e 100644 --- a/.github/workflows/native-compile-platforms.yml +++ b/.github/workflows/native-compile-platforms.yml @@ -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')) @@ -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 }}