Skip to content

Commit

Permalink
fix: melos installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Oct 2, 2024
1 parent d22f6d1 commit c824275
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: bluefireteam/melos-action
with:
run-bootstrap: false
melos-version: '6.1.0'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.x'
Expand Down

0 comments on commit c824275

Please sign in to comment.