Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedLSayed9 committed May 16, 2024
1 parent 6044617 commit e556047
Showing 1 changed file with 3 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

0 comments on commit e556047

Please sign in to comment.