Skip to content

Commit

Permalink
change workflow flutter version to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Jul 19, 2020
1 parent 87c6f29 commit c7415fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: 'dev'
channel: 'stable'
- run: flutter config --enable-web
- run: flutter pub get

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: 'dev'
channel: 'stable'
- run: flutter config --enable-web
- run: flutter pub get

Expand Down

0 comments on commit c7415fd

Please sign in to comment.