add flutter pub get to github action

pull/2701/head
Eric Windmill 1 month ago
parent 1aa4b09049
commit f63e32b47a

@ -35,7 +35,7 @@ jobs:
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
channel: beta
- run: cd tool && pub get && dart ./tool/ci_script.dart && cd ../
- run: cd tool && flutter pub get && dart ./tool/ci_script.dart && cd ../
# android-build:
# runs-on: ubuntu-latest

1
.gitignore vendored

@ -84,5 +84,4 @@ yarn.lock
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
.claude/
.gemini/
logs/
Loading…
Cancel
Save