Skip to content

Commit 5d28ba0

Browse files
authored
Update build.yml (setup ndk)
Reference to nttld/setup-ndk#518, fixed the compiler error related to nttld/setup-ndk
1 parent 54e22b6 commit 5d28ba0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ jobs:
122122
uses: nttld/setup-ndk@v1
123123
with:
124124
ndk-version: r25b
125-
local-cache: true
125+
local-cache: false
126+
link-to-sdk: true
126127

127128
- name: Set up Python 3.9
128129
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)