mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2024-12-22 22:47:25 +08:00
Actions: Use actions/cache@v3
This commit is contained in:
parent
eb8a7cc77b
commit
73d9d17323
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache NDK
|
- name: Cache NDK
|
||||||
id: ndk-cache
|
id: ndk-cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ndk
|
path: ndk
|
||||||
key: ndk-${{ env.NDK_VERSION }}
|
key: ndk-${{ env.NDK_VERSION }}
|
||||||
|
Loading…
Reference in New Issue
Block a user