edce722a68
Add retry logic for choco install to avoid random failures
7 lines
319 B
PowerShell
7 lines
319 B
PowerShell
################################################################################
|
|
## File: Install-Cmake.ps1
|
|
## Desc: Install Cmake
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName cmake.install -ArgumentList "--installargs",'ADD_CMAKE_TO_PATH=""System""'
|