release: use NDK r21e for building Android release artifact

[ci skip]
This commit is contained in:
Anonymous Maarten
2025-03-14 01:05:49 +01:00
parent 18185e30e9
commit 05531c5f4b
2 changed files with 7 additions and 3 deletions

View File

@@ -532,6 +532,7 @@ jobs:
with:
sparse-checkout: 'build-scripts/build-release.py'
- name: 'Setup Android NDK'
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
local-cache: true
@@ -561,6 +562,8 @@ jobs:
run: |
python build-scripts/build-release.py \
--actions android \
--android-api 23 \
--android-ndk-home "${{ steps.setup-ndk.outputs.ndk-path }}" \
--commit ${{ inputs.commit }} \
--root "${{ steps.tar.outputs.path }}" \
--github \