mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
Second try on internal/global cache - fix6
This commit is contained in:
parent
d72c38ecff
commit
60dc5befe6
12
.github/workflows/cooker.yml
vendored
12
.github/workflows/cooker.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /home/runner/work/RetroDECK
|
path: /home/runner/work/RetroDECK
|
||||||
key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }}
|
key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
|
|
||||||
# - name: Continuing with previous worklow cache
|
# - name: Continuing with previous worklow cache
|
||||||
# if: steps.cache-cooker.outputs.cache-hit == 'true'
|
# if: steps.cache-cooker.outputs.cache-hit == 'true'
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /home/runner/work/RetroDECK
|
path: /home/runner/work/RetroDECK
|
||||||
key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }}
|
key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
|
|
||||||
- name: Initializing enviornment
|
- name: Initializing enviornment
|
||||||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||||
|
@ -124,7 +124,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /home/runner/work/RetroDECK
|
path: /home/runner/work/RetroDECK
|
||||||
key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }}
|
key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
|
|
||||||
- name: Initializing enviornment
|
- name: Initializing enviornment
|
||||||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||||
|
@ -154,7 +154,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /home/runner/work/RetroDECK
|
path: /home/runner/work/RetroDECK
|
||||||
key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }}
|
key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
|
|
||||||
- name: Initializing enviornment
|
- name: Initializing enviornment
|
||||||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||||
|
@ -184,7 +184,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /home/runner/work/RetroDECK
|
path: /home/runner/work/RetroDECK
|
||||||
key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }}
|
key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
|
|
||||||
- name: Initializing enviornment
|
- name: Initializing enviornment
|
||||||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||||
|
@ -213,7 +213,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /home/runner/work/RetroDECK
|
path: /home/runner/work/RetroDECK
|
||||||
key: ${{ jobs.Job1_-_Prepearing_enviornment.steps.buildID }}
|
key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
|
||||||
|
|
||||||
- name: Get date for artifacts
|
- name: Get date for artifacts
|
||||||
id: date
|
id: date
|
||||||
|
|
Loading…
Reference in a new issue