We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a5c66 commit f23213aCopy full SHA for f23213a
.github/workflows/linux.yml
@@ -163,7 +163,7 @@ jobs:
163
echo Flutter not installed, installing...
164
mkdir -p /opt/flutter
165
chown -R nonroot /opt/flutter
166
- unsudo git clone https://github.com/flutter/flutter.git -b stable --depth 1 /opt/flutter
+ unsudo git clone https://github.com/flutter/flutter.git -b stable /opt/flutter
167
else
168
echo Flutter already installed, updating...
169
0 commit comments