mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 11:27:26 +10:00
ci: make sure choco cpack does not interfere with CMake cpack
[skip ci]
(cherry picked from commit c84b86fe3d)
This commit is contained in:
committed by
github-actions[bot]
parent
f65c52d235
commit
e86f95eb10
@@ -170,6 +170,9 @@ if (-not $NoTests) {
|
||||
}
|
||||
}
|
||||
|
||||
# Ensure choco's cpack is not in PATH otherwise, it conflicts with CMake's
|
||||
Remove-Item -Path $env:ChocolateyInstall\bin\cpack.exe -Force
|
||||
|
||||
# Build artifacts
|
||||
cpack -G ZIP -C RelWithDebInfo
|
||||
if ($env:APPVEYOR_REPO_TAG_NAME -ne $null) {
|
||||
|
||||
Reference in New Issue
Block a user