diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index f3a67e58..57baf514 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -14,7 +14,6 @@ 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 @@ -31,7 +30,6 @@ 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 @@ -54,7 +52,6 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - cache: true - run: flutter doctor - run: flutter pub get - run: flutter build apk