From 0e249a7530df80030f8afe6f8386379ef26cda92 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Tue, 25 Oct 2022 23:03:06 +0300 Subject: [PATCH] added flutter to ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dd7a76..1a4fe91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: subosito/flutter-action@v2 + with: + flutter-version: "3.x.x" + channel: "stable" # Note: This workflow uses the latest stable version of the Dart SDK. # You can specify other versions if desired, see documentation here: