mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
WORKFLOW: losing my time on this stuff again - try5
This commit is contained in:
parent
deb42188c2
commit
9848bb8a1f
7
.github/workflows/cooker.yml
vendored
7
.github/workflows/cooker.yml
vendored
|
@ -38,6 +38,13 @@ jobs:
|
|||
workflow: cooker.yml
|
||||
name: global-cache
|
||||
search_artifacts: true
|
||||
skip_unpack: true
|
||||
continue-on-error: true
|
||||
|
||||
- name: Extract global cache
|
||||
run: |
|
||||
tar --skip-old-files -xzvf retrodeck-cooker.tar.gz
|
||||
rm -f retrodeck-cooker.tar.gz
|
||||
continue-on-error: true
|
||||
|
||||
- name: DEBUG
|
||||
|
|
Loading…
Reference in a new issue