mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Invalidate cache for jni changes
This commit is contained in:
parent
ad80f5bbe4
commit
ef6998c371
1 changed files with 1 additions and 1 deletions
2
.github/actions/native-build/action.yml
vendored
2
.github/actions/native-build/action.yml
vendored
|
|
@ -37,7 +37,7 @@ runs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
app/src/main/libs
|
app/src/main/libs
|
||||||
key: ${{ runner.os }}-libmpv-${{ hashFiles('**/scripts/mpv/*.sh', '**/scripts/mpv/include/*', '**/scripts/mpv/scripts/*') }}
|
key: ${{ runner.os }}-libmpv-${{ hashFiles('**/scripts/mpv/*.sh', '**/scripts/mpv/include/*', '**/scripts/mpv/scripts/*', 'app/src/main/jni/*') }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: steps.cache_libmpv_module.outputs.cache-hit != 'true'
|
if: steps.cache_libmpv_module.outputs.cache-hit != 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue