Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed May 11, 2024
1 parent e9f11bf commit b903bfa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
channel: 'stable'

- name: Install melos
run: dart pub global activate melos

- name: Melos Boostrap
run: melos bootstrap

- name: Print Dart SDK version
run: dart --version

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rxdart-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install melos
run: dart pub global activate melos

- name: Melos Boostrap
run: melos bootstrap

- name: Print Dart version
run: dart --version

Expand Down

0 comments on commit b903bfa

Please sign in to comment.