ci: AppVeyor: do not install unibilium system-wide (#10464)

Initially added in 685ca180f, but gets built via third-party anyway by now.
This commit is contained in:
Daniel Hahler 2019-07-10 17:28:35 +02:00 committed by GitHub
parent 564d415d20
commit 777cc6f98a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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-$_"
})