From ba9256d6fcb6a1ac62ef5219e2190099cd1edc32 Mon Sep 17 00:00:00 2001 From: faris Aljohari <83524184+farisaljohari@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:56:47 +0300 Subject: [PATCH] Update GitHub workflow to verify Flutter SDK version --- .../azure-static-web-apps-zealous-mushroom-0d31a3303.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml b/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml index bed48f0c..c1cfc182 100644 --- a/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml +++ b/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml @@ -22,7 +22,9 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.13.0' # Update to the version that supports Dart SDK >= 3.3.1 + flutter-version: '3.13.0' # Make sure this version includes Dart SDK >= 3.3.1 + - name: Verify Dart SDK Version + run: flutter --version - name: Disable Flutter Telemetry run: flutter --disable-telemetry - name: Install dependencies