Merge pull request #1491 from apernet/fix-android-16k-page
ci: bump ndk in github action
This commit is contained in:
commit
001eaa28e9
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