Skip to content

Commit f63e32b

Browse files
committed
add flutter pub get to github action
1 parent 1aa4b09 commit f63e32b

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
3636
with:
3737
channel: beta
38-
- run: cd tool && pub get && dart ./tool/ci_script.dart && cd ../
38+
- run: cd tool && flutter pub get && dart ./tool/ci_script.dart && cd ../
3939

4040
# android-build:
4141
# runs-on: ubuntu-latest

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,4 @@ yarn.lock
8484
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
8585

8686
.claude/
87-
.gemini/
8887
logs/

0 commit comments

Comments
 (0)