Skip to content

Commit

Permalink
fix: add flutter version to ci/cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoNish committed Aug 4, 2024
1 parent c9c3c72 commit 5f1d806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f1d806

Please sign in to comment.