Skip to content

Commit 4b9f393

Browse files
authored
Update build_test.yml
1 parent 82a4ea0 commit 4b9f393

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ jobs:
5353
- uses: subosito/flutter-action@v2
5454
with:
5555
channel: stable
56-
- run: flutter config --enable-swift-package-manager
57-
- run: flutter pub get
56+
- run: flutter config --enable-swift-package-manager; flutter pub get
5857
- run: cd example; flutter build apk --debug

0 commit comments

Comments
 (0)