actions: compile Android with NDK r28c
Needed for required 16KB native library alignment
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -276,7 +276,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
ndk-version: [r21e, stable]
|
||||
ndk-version: [r28c, stable]
|
||||
fail-fast: false
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user