Skip to content

Commit

Permalink
ci(all): Fix Melos version on 2.9.0 (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Mar 12, 2023
1 parent 87469b5 commit fe7251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

flutter config --no-analytics
flutter pub global activate melos
flutter pub global activate melos 2.9.0
echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
echo "$HOME/AppData/Local/Pub/Cache/bin" >> $GITHUB_PATH
echo "$GITHUB_WORKSPACE/_flutter/.pub-cache/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit fe7251a

Please sign in to comment.