Skip to content

Commit 2ccc41b

Browse files
Remove destination directory before trying to move to it in AppVeyor
1 parent 38e6e4a commit 2ccc41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install:
1717
Move-Item win_bison.exe bin\bison.exe -force
1818
Move-Item win_flex.exe bin\flex.exe -force
1919
Move-Item FlexLexer.h include\FlexLexer.h -force
20+
Remove-Item bin\data -Force -Recurse -ErrorAction SilentlyContinue
2021
Move-Item data bin\data -force
2122
bison -V
2223
flex -V

0 commit comments

Comments
 (0)