Update build.yml (setup ndk)
Reference to https://github.com/nttld/setup-ndk/issues/518, fixed the compiler error related to nttld/setup-ndk
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -122,7 +122,8 @@ jobs:
|
|||||||
uses: nttld/setup-ndk@v1
|
uses: nttld/setup-ndk@v1
|
||||||
with:
|
with:
|
||||||
ndk-version: r25b
|
ndk-version: r25b
|
||||||
local-cache: true
|
local-cache: false
|
||||||
|
link-to-sdk: true
|
||||||
|
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user