mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 08:05:42 +00:00
New workflow: different approach - fix
This commit is contained in:
parent
acf13bb4f4
commit
bdffc79e1b
2
.github/workflows/cooker.yml
vendored
2
.github/workflows/cooker.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
|
||||
Job2_-_Downloading_Sources:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [Job1_-_Prepearing_enviornment]
|
||||
#needs: [Job1_-_Prepearing_enviornment]
|
||||
steps:
|
||||
- name: Downloading sources
|
||||
if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Reference in a new issue