mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 06:19:21 +00:00
Add Android SDK cmake 3.10.2 component to ubuntu16.04, 18.04 and windows.
Android SDK gradle plugin supports fixed versions of cmake, which are either 3.6.4111459 or 3.10.2. 4988404, and on Github Actions our apps fail to build if their build.gradle specify cmake 3.10.2 because Android Gradle Plugin tries to download and install it if it's missing (and causes file write access violation, at least on Ubuntu).
This commit is contained in:
@@ -110,6 +110,7 @@ Push-Location -Path $sdk.FullName
|
||||
"add-ons;addon-google_apis-google-22" `
|
||||
"add-ons;addon-google_apis-google-21" `
|
||||
"cmake;3.6.4111459" `
|
||||
"cmake;3.10.2.4988404" `
|
||||
"patcher;v4"
|
||||
|
||||
Pop-Location
|
||||
|
||||
Reference in New Issue
Block a user