mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-18 04:15:40 +00:00
WORKLFOW: attempt to fix global cache
This commit is contained in:
parent
d91e3153ea
commit
27b0c4ef24
5
.github/workflows/cooker.yml
vendored
5
.github/workflows/cooker.yml
vendored
|
@ -33,9 +33,12 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download global cache
|
- name: Download global cache
|
||||||
uses: actions/download-artifact@v2
|
uses: dawidd6/action-download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
workflow: cooker.yml
|
||||||
|
workflow_conclusion: success
|
||||||
name: global-cache
|
name: global-cache
|
||||||
|
search_artifacts: true
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Extracting cache
|
- name: Extracting cache
|
||||||
|
|
Loading…
Reference in a new issue