mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 05:17:11 +08:00
[macOS] move llvm to toolset (#4457)
This commit is contained in:
@@ -30,19 +30,12 @@ Describe "SwiftFormat" -Skip:($os.IsMonterey) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Describe "GnuPG" -Skip:($os.IsMonterey) {
|
||||
It "GnuPG" {
|
||||
"gpg --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Clang/LLVM" -Skip:($os.IsMonterey) {
|
||||
It "Clang/LLVM is installed" {
|
||||
"$(brew --prefix llvm)/bin/clang --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "zstd" {
|
||||
It "zstd" {
|
||||
"zstd --version" | Should -ReturnZeroExitCode
|
||||
|
||||
Reference in New Issue
Block a user