From 82f37091f7356107bd9ecda3e1dd2e288de154a4 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Sat, 30 Apr 2022 18:31:52 +0900 Subject: [PATCH] New workflow: different approach - fix2 --- .github/workflows/cooker.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 5451c419..bed9cc90 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -43,6 +43,7 @@ jobs: runs-on: ubuntu-latest #needs: [Job1_-_Prepearing_enviornment] steps: + - uses: actions/checkout@v3 - name: Downloading sources if: steps.cache-cooker.outputs.cache-hit != 'true' run: | @@ -66,6 +67,7 @@ jobs: runs-on: ubuntu-latest needs: [Job2_-_Downloading_Sources] steps: + - uses: actions/checkout@v3 - name: Bulding part 1 - Until RetroArch Cores if: steps.cache-cooker.outputs.cache-hit != 'true' run: | @@ -89,6 +91,7 @@ jobs: runs-on: ubuntu-latest needs: [Job3_-_Building_part_1] steps: + - uses: actions/checkout@v3 - name: Bulding part 1 - Until the end if: steps.cache-cooker.outputs.cache-hit != 'true' run: | @@ -105,6 +108,7 @@ jobs: runs-on: ubuntu-latest needs: [Job4_-_Building_part_2] steps: + - uses: actions/checkout@v3 - name: Finishing build if: steps.cache-cooker.outputs.cache-hit != 'true' run: | @@ -121,6 +125,7 @@ jobs: runs-on: ubuntu-latest needs: [Job5_-_Finishing_build] steps: + - uses: actions/checkout@v3 - name: Build bundle if: steps.cache-cooker.outputs.cache-hit != 'true' run: |