mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2024-12-22 14:37:24 +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
|
||||
id: ndk-cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ndk
|
||||
key: ndk-${{ env.NDK_VERSION }}
|
||||
|
Loading…
Reference in New Issue
Block a user