Skip to content

Commit c5cbf58

Browse files
committed
ci: Drop --depth=1000 in cloning Flutter
1 parent cda6756 commit c5cbf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# pubspec is satisfied. It's uncommon for flutter/flutter to go
2424
# more than 100 commits between tags. Fetch 1000 for good measure.
2525
run: |
26-
git clone --depth=1000 -b main https://github.com/flutter/flutter ~/flutter
26+
git clone -b main https://github.com/flutter/flutter ~/flutter
2727
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
2828
echo ~/flutter/bin >> "$GITHUB_PATH"
2929

0 commit comments

Comments
 (0)