From a7692de5f21c09337b7be8e3497798f9cfa73a4f Mon Sep 17 00:00:00 2001 From: DimaDemchenko Date: Tue, 13 Aug 2024 11:02:39 +0300 Subject: [PATCH] Update build workflow to use Flutter stable version --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9f0e4f..2558466 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,6 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" - flutter-version-file: pubspec.yaml - name: Get dependencies run: flutter pub get