Add a space to the Flutter SDK path on Appveyor (#14615)
Ensures we don't regress #6577 on Windows.
This commit is contained in:
parent
be60996a99
commit
a6135a67bf
@ -1,4 +1,7 @@
|
||||
install:
|
||||
- cmd: cd ..
|
||||
- cmd: move flutter "flutter sdk"
|
||||
- cmd: cd "flutter sdk"
|
||||
- cmd: bin\flutter.bat config --no-analytics
|
||||
- cmd: bin\flutter.bat update-packages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user