mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +00:00
New workflow: different approach - fix4
This commit is contained in:
parent
65583fa4f3
commit
3b57c72cfc
6
.github/workflows/cooker.yml
vendored
6
.github/workflows/cooker.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
# id: cache-cooker
|
# id: cache-cooker
|
||||||
# uses: actions/cache@v2
|
# uses: actions/cache@v2
|
||||||
# with:
|
# with:
|
||||||
# path: ./*flatpak*
|
# path: /home/runner/work/RetroDECK
|
||||||
# key: ${{ runner.os }}-cache
|
# key: ${{ runner.os }}-cache
|
||||||
|
|
||||||
Job2_-_Downloading_Sources:
|
Job2_-_Downloading_Sources:
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
id: cache-cooker
|
id: cache-cooker
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ./*flatpak*
|
path: /home/runner/work/RetroDECK
|
||||||
key: ${{ runner.os }}-cache
|
key: ${{ runner.os }}-cache
|
||||||
|
|
||||||
Job3_-_Building_part_1:
|
Job3_-_Building_part_1:
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
id: cache-cooker
|
id: cache-cooker
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ./*flatpak*
|
path: /home/runner/work/RetroDECK
|
||||||
key: ${{ runner.os }}-cache
|
key: ${{ runner.os }}-cache
|
||||||
|
|
||||||
Job4_-_Building_part_2:
|
Job4_-_Building_part_2:
|
||||||
|
|
Loading…
Reference in a new issue