Skip to content

Commit 5f1d806

Browse files
committed
fix: add flutter version to ci/cd pipeline
1 parent c9c3c72 commit 5f1d806

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- uses: subosito/flutter-action@v2
4040
with:
4141
channel: "stable"
42+
flutter-version: 3.19.0
4243

4344
# Get flutter dependencies.
4445
- run: flutter pub get

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: subosito/flutter-action@v2
1919
with:
2020
channel: "stable"
21+
flutter-version: 3.19.0
2122

2223
# Get flutter dependencies.
2324
- run: flutter pub get

0 commit comments

Comments
 (0)