mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[Ubuntu] Install zstd homebrew (#3181)
* install zstd using brew * fix typo * remove Run-Command * replace to Take-OutputPart * create zstd symlinks
This commit is contained in:
committed by
GitHub
parent
16fd521369
commit
b04de88f6e
@@ -130,7 +130,8 @@ $toolsList = @(
|
||||
(Get-PulumiVersion),
|
||||
(Get-RVersion),
|
||||
(Get-SphinxVersion),
|
||||
(Get-TerraformVersion)
|
||||
(Get-TerraformVersion),
|
||||
(Get-ZstdVersion)
|
||||
)
|
||||
|
||||
if (-not (Test-IsUbuntu16)) {
|
||||
|
||||
Reference in New Issue
Block a user