[macos] prepare repository for ARM64 arch (#7396)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
$os = Get-OSVersion
|
||||
|
||||
Describe "Rust" {
|
||||
Context "Rust" {
|
||||
It "Rustup is installed" {
|
||||
@@ -10,7 +8,7 @@ Describe "Rust" {
|
||||
"rustc --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Context "Cargo" {
|
||||
It "Cargo is installed" {
|
||||
"cargo --version" | Should -ReturnZeroExitCode
|
||||
@@ -34,4 +32,4 @@ Describe "Rust" {
|
||||
"cargo outdated --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user