Skip to content

Commit

Permalink
Use stable flutter in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Jul 17, 2023
1 parent d3b2ff4 commit 03833a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'dev'
cache: true
channel: 'stable'

- name: Opt out of Dart/Flutter analytics
run: |
Expand Down

0 comments on commit 03833a9

Please sign in to comment.