From a0394d962a95599589b6b802ab9265ad7009c3b4 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Sun, 1 May 2022 14:29:31 +0900 Subject: [PATCH] Updated workflow - maybe better to put a git pull --- .github/workflows/cooker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 95750348..4bb9cf7a 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -43,7 +43,6 @@ jobs: runs-on: ubuntu-latest #needs: [Job1_-_Prepearing_enviornment] steps: - - uses: actions/checkout@v3 - name: cache-cooker id: cache-cooker @@ -52,9 +51,12 @@ jobs: path: /home/runner/work/RetroDECK key: ${{ runner.os }}-cooker-cache + - uses: actions/checkout@v3 + - name: Downloading sources #if: steps.cache-cooker.outputs.cache-hit != 'true' run: | + git pull git submodule init git submodule update sudo add-apt-repository ppa:alexlarsson/flatpak