Skip to content

Commit 5337356

Browse files
Fix AppVeyor checkout directory
1 parent c4e9047 commit 5337356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
# None of the packaged channels are new enough for the current state
2121
# of FDE, so for now clone master instead.
2222
#- ps: build\ci\install_flutter.ps1 $env:APPVEYOR_BUILD_FOLDER\..
23-
- git clone -b master https://github.com/flutter/flutter.git
23+
- git clone -b master https://github.com/flutter/flutter.git %APPVEYOR_BUILD_FOLDER%\..
2424

2525
build_script:
2626
- msbuild "example\windows_fde\Example Embedder.sln"

0 commit comments

Comments
 (0)