mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45:38 +00:00
Migrated cache to artifact - cache compression fix3
This commit is contained in:
parent
36024af3c2
commit
cd3e669064
1
.github/workflows/cooker.yml
vendored
1
.github/workflows/cooker.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
|||
|
||||
- name: Exctracting cache
|
||||
run: unzip retrodeck-cooker.zip -d /home/runner/work/RetroDECK
|
||||
continue-on-error: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
#if: steps.global-cache.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Reference in a new issue