From 5f1d806a314a41d27fba0379a885b2db7f48f02f Mon Sep 17 00:00:00 2001 From: NanoNish Date: Sun, 4 Aug 2024 21:54:58 +0530 Subject: [PATCH] fix: add flutter version to ci/cd pipeline --- .github/workflows/cd.yml | 1 + .github/workflows/ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 14e5e44a..39b7c7db 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -39,6 +39,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: 3.19.0 # Get flutter dependencies. - run: flutter pub get diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ce4d632..8e4d7ef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: 3.19.0 # Get flutter dependencies. - run: flutter pub get