mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
7 lines
293 B
PowerShell
7 lines
293 B
PowerShell
################################################################################
|
|
## File: Install-Cmake.ps1
|
|
## Desc: Install Cmake
|
|
################################################################################
|
|
|
|
choco install cmake.install -y --installargs 'ADD_CMAKE_TO_PATH=""System""'
|