Skip to content

Commit 04766b2

Browse files
author
Thomas Kiley
authored
Merge pull request diffblue#1658 from tautschnig/fix-appveyor
Cleanup files before trying to unpack
2 parents a3e19f7 + 65a3545 commit 04766b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
}
1414
cd deps
1515
appveyor DownloadFile "https://storage.googleapis.com/diffblue-mirror/appveyor-deps/win_flex_bison-latest.zip?GoogleAccessId=diffbluemaster@diffblue-cr.iam.gserviceaccount.com&Expires=1543674503&Signature=CojdaOYrFl50gbxCQL%2BlfVtuo7j9v1OzfWD6jYIkfv1h7xzCacigAM51%2BVjaVx%2B8yvUjk%2B4MOU%2FKmLzev7dABWNi5n7p7SvlXYPFVVwDE57Me35Xi7BzW%2FhoSaPnVIGuhAmDfxjGoHhB0Of%2Fd2FfMl4cklGgc2YafTpFX3agNCE4dcc1UyG0SY5CbvTGTuBP%2B99zaQ69lNT1TSNUNp0PW2Hhj%2FPylts0IdDm713RA4wcNIHvLTTppBiNwMm0y%2B0qRG1op3R4vc5gahz%2B6dTUnCevYWO5l%2FIvmXQyo4XNkgqLKIRgk4wisLjtSuRh5vPyD%2FQPOrn2ubT53YnDcW6geA%3D%3D"
16-
7z x win_flex_bison-latest.zip
16+
7z x win_flex_bison-latest.zip -y
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

0 commit comments

Comments
 (0)