mirror of
https://github.com/actions/runner-images.git
synced 2025-12-28 04:38:53 +08:00
[macOS] Fix Android tests to work with platform version S and remove Cmake 3.6 (#2757)
* Fix tests, move cmake to toolset * add -L to curl
This commit is contained in:
@@ -69,9 +69,6 @@ echo "84831b9409646a918e30573bab4c9c91346d8abd" >> $ANDROID_HOME/licenses/androi
|
||||
echo "Installing latest tools & platform tools..."
|
||||
echo y | $SDKMANAGER "tools" "platform-tools"
|
||||
|
||||
echo "Installing latest CMake..."
|
||||
echo y | $SDKMANAGER "cmake;3.6.4111459"
|
||||
|
||||
echo "Installing latest ndk..."
|
||||
ndkLtsLatest=$(get_full_ndk_version $ANDROID_NDK_MAJOR_LTS)
|
||||
ndkLatest=$(get_full_ndk_version $ANDROID_NDK_MAJOR_LATEST)
|
||||
|
||||
Reference in New Issue
Block a user