Skip to content

Commit

Permalink
Merge pull request #271 from AhmedLSayed9/update_workflow
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
AhmedLSayed9 authored May 16, 2024
2 parents 6044617 + 0930b33 commit 4230e71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
uses: actions/checkout@v3

- name: Setup Flutter environment
uses: subosito/flutter-action@v2.10.0
uses: subosito/flutter-action@v2
with:
channel: "stable"
channel: stable
flutter-version-file: pubspec.yaml # path to pubspec.yaml

- name: Set environment paths
run: |
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ publish_to: "none"

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: 3.16.0

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down

0 comments on commit 4230e71

Please sign in to comment.