mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Updated workflow - maybe better to put a git pull
This commit is contained in:
parent
b31b5b9bd1
commit
c2291483b7
4
.github/workflows/cooker.yml
vendored
4
.github/workflows/cooker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue