Skip to content

Commit

Permalink
updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danger-ahead committed May 30, 2024
1 parent f1e1f1d commit 814ee56
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 @@ -22,9 +22,10 @@ jobs:
fi
- name: Set up Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: "stable"
flutter-version: 3.22.0

- name: Get dependencies
run: flutter pub get
Expand Down

0 comments on commit 814ee56

Please sign in to comment.