mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +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
@@ -225,6 +225,14 @@ Describe "Homebrew" {
|
||||
It "homebrew" {
|
||||
"brew --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Context "Packages" {
|
||||
$testCases = (Get-ToolsetContent).brew | ForEach-Object { @{ ToolName = $_.name } }
|
||||
|
||||
It "<ToolName>" -TestCases $testCases {
|
||||
"$ToolName --version" | Should -Not -BeNullOrEmpty
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Julia" {
|
||||
|
||||
Reference in New Issue
Block a user