Updated workflow - maybe better to put a git pull

This commit is contained in:
Xargon Wan 2022-05-01 14:29:31 +09:00
parent b31b5b9bd1
commit c2291483b7

View file

@ -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