Skip to content

Commit 66d3f54

Browse files
author
liuchuancong
committed
fix(git action)
1 parent 82e31d9 commit 66d3f54

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/dart.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@ jobs:
126126
run: |
127127
flutter config --enable-${{ matrix.platform }}-desktop
128128
129-
- name: Get Flutter dependencies
130-
run: |
131-
cd ${{ env.project_path }}
132-
flutter pub get
129+
# 更新Flutter的packages
130+
- name: 更新Flutter的packages
131+
run: flutter pub get
133132

134133
- name: Install flutter_distributor
135134
run: dart pub global activate flutter_distributor

0 commit comments

Comments
 (0)