mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Revert "ci/Appveyor: install diffutils via scoop"
This reverts commit 4faf30de3e
.
This commit is contained in:
parent
f8f41d088b
commit
45b8dc0c3d
@ -36,8 +36,7 @@ $scoop = (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh'
|
|||||||
Invoke-Expression $scoop
|
Invoke-Expression $scoop
|
||||||
}
|
}
|
||||||
|
|
||||||
scoop install diffutils perl
|
scoop install perl
|
||||||
diff3 --version
|
|
||||||
perl --version
|
perl --version
|
||||||
cpanm.bat --version
|
cpanm.bat --version
|
||||||
|
|
||||||
@ -81,7 +80,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').ForEach({
|
$mingwPackages = @('ninja', 'cmake', 'diffutils').ForEach({
|
||||||
"mingw-w64-$arch-$_"
|
"mingw-w64-$arch-$_"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user