mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
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:
@@ -50,7 +50,7 @@ if ($compiler -eq 'MINGW') {
|
|||||||
# in MSYS2, but we cannot build inside the MSYS2 shell.
|
# in MSYS2, but we cannot build inside the MSYS2 shell.
|
||||||
$cmakeGenerator = 'Ninja'
|
$cmakeGenerator = 'Ninja'
|
||||||
$cmakeGeneratorArgs = '-v'
|
$cmakeGeneratorArgs = '-v'
|
||||||
$mingwPackages = @('ninja', 'cmake', 'perl', 'diffutils', 'unibilium').ForEach({
|
$mingwPackages = @('ninja', 'cmake', 'perl', 'diffutils').ForEach({
|
||||||
"mingw-w64-$arch-$_"
|
"mingw-w64-$arch-$_"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user