mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Fix Julia markdown description
This commit is contained in:
@@ -16,7 +16,7 @@ else
|
|||||||
|
|
||||||
# Add description of the software to Markdown
|
# Add description of the software to Markdown
|
||||||
$SoftwareName = "Julia (x64)"
|
$SoftwareName = "Julia (x64)"
|
||||||
$juliaVersion = $(julia --version) -match "\d+\.\d+\.\d+"
|
$juliaVersion = $(julia --version).split() -match "\d+\.\d+\.\d+"
|
||||||
|
|
||||||
$Description = @"
|
$Description = @"
|
||||||
_Version:_ $juliaVersion<br/>
|
_Version:_ $juliaVersion<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user