From 4589cc39962e7eff9227aa65b00389a7e23a0753 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Fri, 2 Aug 2019 22:25:56 +0200 Subject: AppVeyor: Install sed, fix #1611 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4c64f29..96c6a0b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ for: - MSYSTEM: MINGW64 build_script: ps: "C:\\msys64\\usr\\bin\\bash -lc @\"\n - pacman -S --quiet --noconfirm --needed re2c 2>&1\n + pacman -S --quiet --noconfirm --needed re2c sed 2>&1\n sed -i 's|cmd /c $ar cqs $out.tmp $in && move /Y $out.tmp $out|$ar crs $out $in|g' configure.py\n ./configure.py --bootstrap --platform mingw 2>&1\n ./ninja all\n -- cgit v1.2.1