mirror of
https://github.com/actions/runner-images.git
synced 2026-01-05 01:35:22 +08:00
Add NDK 22 to macOS images (#2542)
* add env variables to docs, add extra ndk * add new header 4 * rename variable * add ndk to toolset as generic approach * grep latest version * install latest lts * improve function * rename function
This commit is contained in:
@@ -212,7 +212,11 @@
|
||||
],
|
||||
"additional-tools": [
|
||||
"cmdline-tools;latest"
|
||||
]
|
||||
],
|
||||
"ndk": {
|
||||
"lts": "21",
|
||||
"latest": "22"
|
||||
}
|
||||
},
|
||||
"powershellModules": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user