fix(ci): 尝试修复无法链接到 NDK 的问题
This commit is contained in:
parent
d41baec795
commit
7c7e72db64
1 changed files with 2 additions and 1 deletions
3
.github/workflows/android_ci.yml
vendored
3
.github/workflows/android_ci.yml
vendored
|
|
@ -42,7 +42,8 @@ jobs:
|
|||
uses: nttld/setup-ndk@v1.5.0
|
||||
with:
|
||||
ndk-version: r27c
|
||||
# link-to-sdk: true
|
||||
link-to-sdk: true
|
||||
local-cache: true
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleRelease
|
||||
|
|
|
|||
Loading…
Reference in a new issue