mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +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
|
||||
|
||||
- name: Download global cache
|
||||
uses: actions/download-artifact@v2
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
with:
|
||||
workflow: cooker.yml
|
||||
workflow_conclusion: success
|
||||
name: global-cache
|
||||
search_artifacts: true
|
||||
continue-on-error: true
|
||||
|
||||
- name: Extracting cache
|
||||
|
|
Loading…
Reference in a new issue