mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[Cmake] has been changed to [CMake]
This commit is contained in:
@@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
if(Get-Command -Name 'cmake')
|
if(Get-Command -Name 'cmake')
|
||||||
{
|
{
|
||||||
Write-Host "Cmake $(cmake -version) on path"
|
Write-Host "CMake $(cmake -version) on path"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Write-Host 'cmake not on path'
|
Write-Host 'CMake not on path'
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ if( $( $(cmake -version) | Out-String) -match 'cmake version (?<version>.*).*'
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Adding description of the software to Markdown
|
# Adding description of the software to Markdown
|
||||||
$SoftwareName = "Cmake"
|
$SoftwareName = "CMake"
|
||||||
|
|
||||||
$Description = @"
|
$Description = @"
|
||||||
_Version:_ $cmakeVersion<br/>
|
_Version:_ $cmakeVersion<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user