mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
WORKFLOW: losing my time on this stuff again - fix3
This commit is contained in:
parent
26f9525c07
commit
5032b1f1c1
8
.github/workflows/cooker.yml
vendored
8
.github/workflows/cooker.yml
vendored
|
@ -37,7 +37,6 @@ jobs:
|
|||
with:
|
||||
workflow: cooker.yml
|
||||
name: global-cache
|
||||
path: $GITHUB_WORKSPACE
|
||||
search_artifacts: true
|
||||
continue-on-error: true
|
||||
|
||||
|
@ -49,13 +48,6 @@ jobs:
|
|||
find ~ -iname version
|
||||
cat $(find ~ -iname version)
|
||||
|
||||
# not needed maybe?
|
||||
- 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: Initialize enviornment
|
||||
run: |
|
||||
git pull
|
||||
|
|
Loading…
Reference in a new issue