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