Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0463bfe

Browse files
committed
Add flutter --update-packages
Otherwise, the analyze would fail.
1 parent 471bc64 commit 0463bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ task:
5858
cd $FRAMEWORK_PATH/flutter
5959
rm -rf bin/cache/pkg/sky_engine
6060
cp -r $ENGINE_PATH/src/out/host_debug_unopt/gen/dart-pkg/sky_engine bin/cache/pkg/
61+
bin/flutter --update-packages
6162
bin/flutter analyze --dartdocs --flutter-repo --local-engine=host_debug_unopt
6263
test_framework_script: |
6364
cd $FRAMEWORK_PATH/flutter/packages/flutter

0 commit comments

Comments
 (0)