From 65a354584981f8450a6315f409ec3258b27cc630 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Thu, 7 Dec 2017 00:42:51 +0000 Subject: [PATCH] Overwrite files when unpacking unconditionally Follow-up to 6c3fb17c6 ("Update appveyor config"): leaving files in place results in failures to unpack: Would you like to replace the existing file: Path: .\custom_build_rules\how_to_use.txt Size: 85 bytes (1 KiB) Modified: 2017-11-26 01:55:16 with the file from archive: Path: custom_build_rules\how_to_use.txt Size: 85 bytes (1 KiB) Modified: 2017-11-26 01:55:16 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f50e3ce8c53..8e811d8137b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ install: } cd deps 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" - 7z x win_flex_bison-latest.zip + 7z x win_flex_bison-latest.zip -y Move-Item win_bison.exe bin\bison.exe -force Move-Item win_flex.exe bin\flex.exe -force Move-Item FlexLexer.h include\FlexLexer.h -force