mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Remove ndk-bundle (#5927)
* Remove ndk-bundle from windows * Remove NDK-related variables
This commit is contained in:
@@ -96,11 +96,5 @@ Describe "Android SDK" {
|
||||
It "NDK <ndkPackage> is installed" -TestCases $ndkPackagesTestCases {
|
||||
"$installedPackages" | Should -Match "ndk;$ndkPackage"
|
||||
}
|
||||
|
||||
It "ndk-bundle points to the default NDK version" -TestCases @{ ndkDefaultVersion = $ndkDefaultFullVersion } {
|
||||
$ndkLinkTarget = (Get-Item $env:ANDROID_NDK_HOME).Target
|
||||
$ndkVersion = Split-Path -Path $ndkLinkTarget -Leaf
|
||||
$ndkVersion | Should -BeExactly $ndkDefaultVersion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user