ci: bump ndk in github action
fix 16KB page alignment ref: https://developer.android.com/guide/practices/page-sizes close: #1482
This commit is contained in:
parent
55e70a5f44
commit
89f4f97a31
2 changed files with 2 additions and 2 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue