From f3d904d3ab5f291e0e0b67217a9cf5198fadc8a2 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Tue, 10 May 2022 18:04:01 +0900 Subject: [PATCH] ARTIFACTS: trying to --disable-download for the jobs except the first one --- .github/workflows/cooker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 9a457e5b..08a45271 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -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: |