From 777cc6f98aa08ca4597658d0fb8b612a1c7c4c77 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 10 Jul 2019 17:28:35 +0200 Subject: [PATCH] ci: AppVeyor: do not install unibilium system-wide (#10464) Initially added in 685ca180f, but gets built via third-party anyway by now. --- ci/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.ps1 b/ci/build.ps1 index c68b3fccb4..5f0f0de218 100644 --- a/ci/build.ps1 +++ b/ci/build.ps1 @@ -50,7 +50,7 @@ if ($compiler -eq 'MINGW') { # in MSYS2, but we cannot build inside the MSYS2 shell. $cmakeGenerator = 'Ninja' $cmakeGeneratorArgs = '-v' - $mingwPackages = @('ninja', 'cmake', 'perl', 'diffutils', 'unibilium').ForEach({ + $mingwPackages = @('ninja', 'cmake', 'perl', 'diffutils').ForEach({ "mingw-w64-$arch-$_" })