mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 09:56:26 +00:00
ci: only store cache vita reqs when restore-cache didn't find anything
This commit is contained in:

committed by
Anonymous Maarten

parent
65178df717
commit
e77132b8aa
1
.github/workflows/vita.yml
vendored
1
.github/workflows/vita.yml
vendored
@@ -78,6 +78,7 @@ jobs:
|
|||||||
unzip /tmp/vitasdk_stubs.zip -d/vita/dependencies/lib
|
unzip /tmp/vitasdk_stubs.zip -d/vita/dependencies/lib
|
||||||
|
|
||||||
- uses: actions/cache/save@v3
|
- uses: actions/cache/save@v3
|
||||||
|
if: ${{ !steps.restore-cache.outputs.cache-hit }}
|
||||||
with:
|
with:
|
||||||
path: /vita/dependencies
|
path: /vita/dependencies
|
||||||
key: ${{ matrix.platform.artifact }}-${{ matrix.platform.version }}
|
key: ${{ matrix.platform.artifact }}-${{ matrix.platform.version }}
|
||||||
|
Reference in New Issue
Block a user