Skip to content

Commit

Permalink
Update Melos step
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaTesser committed Oct 21, 2023
1 parent 4bbc47a commit 6fdf0df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
# Setup Melos
- name: Setup Melos
run: |
pub global activate melos
echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
dart pub global activate melos
# Run Melos bootstrap
- name: Melos bootstrap
run: |
melos bootstrap
# Get Flutter version
- name: Get Flutter version
run: flutter --version
Expand Down

0 comments on commit 6fdf0df

Please sign in to comment.