mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-23 18:08:53 +08:00
add zstd to win19
This commit is contained in:
@@ -15,7 +15,7 @@ else
|
||||
|
||||
# Adding description of the software to Markdown
|
||||
$SoftwareName = "zstd"
|
||||
$zstdVersion = $(zstd --version).Split(' ')[6].Split(',')[0]
|
||||
$zstdVersion = $(zstd --version).Split(' ')[6].Split(',')[0].Substring(1)
|
||||
|
||||
$Description = @"
|
||||
_Version:_ $zstdVersion<br/>
|
||||
|
||||
Reference in New Issue
Block a user