mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Add cmake check
This commit is contained in:
@@ -33,6 +33,15 @@ try {
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Write-Host "Check cmake in msys2/mingw64/bin directory"
|
||||||
|
try {
|
||||||
|
Invoke-Expression "$msys2mingwDir\cmake --version"
|
||||||
|
} catch {
|
||||||
|
Write-Host "cmake was not installed in MSYS2 bin directory"
|
||||||
|
Write-Error $_
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
# Adding description of the software to Markdown
|
# Adding description of the software to Markdown
|
||||||
|
|
||||||
function Get-ToolVersion {
|
function Get-ToolVersion {
|
||||||
|
|||||||
Reference in New Issue
Block a user