mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
add zstd to win19
This commit is contained in:
@@ -497,6 +497,12 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Install-Jq.ps1"
|
"{{ template_dir }}/scripts/Installers/Install-Jq.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "powershell",
|
||||||
|
"scripts":[
|
||||||
|
"{{ template_dir }}/scripts/Installers/Install-Zstd.ps1"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
@@ -776,6 +782,12 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Validate-Jq.ps1"
|
"{{ template_dir }}/scripts/Installers/Validate-Jq.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "powershell",
|
||||||
|
"scripts":[
|
||||||
|
"{{ template_dir }}/scripts/Installers/Validate-Zstd.ps1"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "powershell",
|
"type": "powershell",
|
||||||
"scripts":[
|
"scripts":[
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ else
|
|||||||
|
|
||||||
# Adding description of the software to Markdown
|
# Adding description of the software to Markdown
|
||||||
$SoftwareName = "zstd"
|
$SoftwareName = "zstd"
|
||||||
$zstdVersion = $(zstd --version).Split(' ')[6].Split(',')[0]
|
$zstdVersion = $(zstd --version).Split(' ')[6].Split(',')[0].Substring(1)
|
||||||
|
|
||||||
$Description = @"
|
$Description = @"
|
||||||
_Version:_ $zstdVersion<br/>
|
_Version:_ $zstdVersion<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user