From 4d0c38dd476f8c07ffe3c7bac65f5ba1244d1dad Mon Sep 17 00:00:00 2001 From: Felix Date: Sat, 26 Apr 2025 17:22:18 +0200 Subject: [PATCH] Changed env to flutter --- .github/workflows/dart.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 7f329e3..07a890f 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -17,12 +17,12 @@ jobs: steps: - uses: actions/checkout@v4 - - # Note: This workflow uses the latest stable version of the Dart SDK. - # You can specify other versions if desired, see documentation here: - # https://github.com/dart-lang/setup-dart/blob/main/README.md - # - uses: dart-lang/setup-dart@v1 - - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603 + + - name: Set Up Flutter + uses: subosito/flutter-action@v2 + with: + flutter-version: '3.22.2' + channel: 'stable' - name: Install dependencies run: flutter pub get