fix(ci): 版本错误
This commit is contained in:
parent
5103604451
commit
37fc7111c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Cache NDK
|
- name: Cache NDK
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: ${ANDROID_HOME}/ndk/27.0.12077973
|
path: ${ANDROID_HOME}/ndk/27.0.12077973
|
||||||
key: ndk-cache
|
key: ndk-cache
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue