Skip to content

Commit a6135a6

Browse files
authored
Add a space to the Flutter SDK path on Appveyor (flutter#14615)
Ensures we don't regress flutter#6577 on Windows.
1 parent be60996 commit a6135a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
install:
2+
- cmd: cd ..
3+
- cmd: move flutter "flutter sdk"
4+
- cmd: cd "flutter sdk"
25
- cmd: bin\flutter.bat config --no-analytics
36
- cmd: bin\flutter.bat update-packages
47

0 commit comments

Comments
 (0)