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