mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
Fix formatting in doc-string for Rust for Windows-image.
Ensure output in ` images/win/Windows2019-Readme.md` looks proper. [Live in master right now](https://github.com/actions/virtual-environments/blob/master/images/win/Windows2019-Readme.md#rust-64-bit), it looks kinda bad.
This commit is contained in:
@@ -26,8 +26,8 @@ $Version = $Matches[0]
|
|||||||
$SoftwareName = "Rust (64-bit)"
|
$SoftwareName = "Rust (64-bit)"
|
||||||
$Description = @"
|
$Description = @"
|
||||||
#### $Version
|
#### $Version
|
||||||
_Location:_ $RustPath
|
|
||||||
_Environment:_
|
_Environment:_
|
||||||
|
* _Location:_ $RustPath
|
||||||
* PATH: contains the location of rustc.exe
|
* PATH: contains the location of rustc.exe
|
||||||
"@
|
"@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user