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

Commit 8f66b2d

Browse files
author
Chris Yang
authored
[ci] fix ci failure on ios builds (#3470)
1 parent 16f3281 commit 8f66b2d

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
@@ -191,6 +191,7 @@ task:
191191
# https://github.com/flutter/flutter/issues/42864
192192
- if [[ "$CHANNEL" -eq "stable" ]]; then find . | grep _web$ | xargs rm -rf; fi
193193
- flutter channel $CHANNEL
194+
- flutter upgrade
194195
- ./script/incremental_build.sh build-examples --ipa
195196
- ./script/incremental_build.sh drive-examples
196197
- ./script/incremental_build.sh xctest --target RunnerUITests --skip $PLUGINS_TO_SKIP_XCTESTS

0 commit comments

Comments
 (0)