From 1e86d35fe29cbffc3fb491908f770f8ae15f7ca8 Mon Sep 17 00:00:00 2001 From: Sivan Ratson <89018301+Sivan22@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:36:31 +0300 Subject: [PATCH] Update flutter.yml --- .github/workflows/flutter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 854a76a2..06a4e83d 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -14,6 +14,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable + cache: true - run: dart run msix:create --install-certificate false - name: Upload windows build uses: actions/upload-artifact@v4 @@ -30,6 +31,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable + cache: true - run: | sudo apt-get update -y sudo apt-get install -y ninja-build libgtk-3-dev libblkid1 liblzma5 @@ -52,7 +54,8 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - - run: flutter doctor + cache: true + - run: flutter doctor -v - run: flutter pub get - run: flutter build apk - name: Upload apk