Merge pull request #1491 from apernet/fix-android-16k-page

ci: bump ndk in github action
This commit is contained in:
Toby 2025-12-13 13:37:02 -08:00 committed by GitHub
commit 001eaa28e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r26b
ndk-version: r29
add-to-path: false
- name: Run build script

View file

@ -33,7 +33,7 @@ jobs:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r26b
ndk-version: r29
add-to-path: false
- name: Run build script