Skip to content

Commit

Permalink
Update: build_android.yml
Browse files Browse the repository at this point in the history
Use channel stable instead of fixed 3.7.x version of flutter.
  • Loading branch information
clearfeld committed Jun 13, 2023
1 parent be4bea1 commit bb7f7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: "17"
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.0"
channel: "stable"
- run: flutter pub get
- run: flutter pub run realm generate
- run: flutter gen-l10n
Expand Down

0 comments on commit bb7f7c8

Please sign in to comment.