From f74a7a96d4d1b9c560bf38ddecf229fc78c26461 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Sun, 15 Jun 2025 16:50:07 +0200 Subject: [PATCH] retry build --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25eb7e21..4a85e0f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,9 +23,9 @@ jobs: android: false dotnet: true haskell: true - large-packages: true - docker-images: true - swap-storage: true + large-packages: false + docker-images: false + swap-storage: false - uses: actions/checkout@v4 - uses: actions/setup-java@v4 with: @@ -56,6 +56,7 @@ jobs: with: channel: stable flutter-version: 3.32.4 + cache: true - name: Activate melos working-directory: app run: dart pub global activate melos