Skip to content

Commit cd53b81

Browse files
committed
ci: Pin Flutter commit to the one in pubspec.yaml
To avoid one lint issue and 5 test failures that would happen if using the latest main.
1 parent 0190b1f commit cd53b81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
# Pending that, fetch more than 1000 commits.
2929
run: |
3030
git clone --depth=3000 -b main https://github.com/flutter/flutter ~/flutter
31+
cd ~/flutter
32+
git --git-dir ~/flutter/.git checkout ee089d09b21ec3ccc20d179c5be100d2a9d9f866
3133
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
3234
echo ~/flutter/bin >> "$GITHUB_PATH"
3335

0 commit comments

Comments
 (0)