diff --git a/.github/workflows/analyze_code_pullrequest.yaml b/.github/workflows/analyze_code_pullrequest.yaml index 8effc366..23ee25f8 100644 --- a/.github/workflows/analyze_code_pullrequest.yaml +++ b/.github/workflows/analyze_code_pullrequest.yaml @@ -20,7 +20,9 @@ jobs: flutter-version: "3.10.6" - name: Install dependencies - run: flutter pub get + run: | + dart pub global activate melos + dart pub global activate melos - name: Analyze project source run: flutter analyze