Skip to content

Commit

Permalink
chore: fix pana
Browse files Browse the repository at this point in the history
  • Loading branch information
xsahil03x committed Dec 19, 2024
1 parent 3c52825 commit 87507b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/pana/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ runs:
echo "Dependency $DEP not found in pubspec.yaml, skipping override."
fi
done
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true

- name: Install Pana
working-directory: ${{ inputs.working_directory }}
Expand Down

0 comments on commit 87507b8

Please sign in to comment.