Skip to content

Commit f23213a

Browse files
committed
Fix: Clone all branches of flutter
Works around flutter/flutter#162251
1 parent 85a5c66 commit f23213a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
echo Flutter not installed, installing...
164164
mkdir -p /opt/flutter
165165
chown -R nonroot /opt/flutter
166-
unsudo git clone https://github.com/flutter/flutter.git -b stable --depth 1 /opt/flutter
166+
unsudo git clone https://github.com/flutter/flutter.git -b stable /opt/flutter
167167
else
168168
echo Flutter already installed, updating...
169169
chown -R nonroot /opt/flutter

0 commit comments

Comments
 (0)