mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 09:05:42 +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
|
workflow: cooker.yml
|
||||||
name: global-cache
|
name: global-cache
|
||||||
search_artifacts: true
|
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
|
continue-on-error: true
|
||||||
|
|
||||||
- name: DEBUG
|
- name: DEBUG
|
||||||
|
|
Loading…
Reference in a new issue