Skip to content

Commit

Permalink
ci: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GiancarloCode committed Aug 25, 2023
1 parent fb58024 commit a74a635
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/form_bloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
- name: Checkout
uses: actions/checkout@v3

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.1'
channel: 'stable'

- name: Install Dependencies
run: pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/form_bloc_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.7'
flutter-version: '3.13.1'
channel: 'stable'

- name: Enable Flutter web
Expand Down

0 comments on commit a74a635

Please sign in to comment.