mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45:38 +00:00
ARTIFACTS: trying to --disable-download for the jobs except the first one
This commit is contained in:
parent
5fccd83c4d
commit
f3d904d3ab
4
.github/workflows/cooker.yml
vendored
4
.github/workflows/cooker.yml
vendored
|
@ -137,7 +137,7 @@ jobs:
|
|||
|
||||
- name: Bulding part 1 - Until melonds
|
||||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||
run: sudo flatpak-builder --build-only --stop-at=melonds --user --force-clean --repo=$GITHUB_WORKSPACE/local retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml
|
||||
run: sudo flatpak-builder --build-only --disable-download --stop-at=melonds --user --force-clean --repo=$GITHUB_WORKSPACE/local retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml
|
||||
|
||||
- name: Compressing cache
|
||||
run: |
|
||||
|
@ -234,7 +234,7 @@ jobs:
|
|||
- name: Finishing build
|
||||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
sudo flatpak-builder --user --force-clean --repo=$GITHUB_WORKSPACE/local retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml
|
||||
sudo flatpak-builder --user --force-clean --disable-download --repo=$GITHUB_WORKSPACE/local retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml
|
||||
|
||||
- name: Compressing cache
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue