mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
add CMake, and GCC toolchain to VS2019 (#889)
Co-authored-by: ridomin <ridomin@live.com>
This commit is contained in:
committed by
GitHub
parent
db702848ce
commit
c04c8da577
@@ -94,7 +94,9 @@ $WorkLoads = '--allWorkloads --includeRecommended ' + `
|
|||||||
'--add Microsoft.VisualStudio.Workload.Python ' + `
|
'--add Microsoft.VisualStudio.Workload.Python ' + `
|
||||||
'--remove Component.CPython3.x64 ' + `
|
'--remove Component.CPython3.x64 ' + `
|
||||||
'--add Microsoft.VisualStudio.Workload.Universal ' + `
|
'--add Microsoft.VisualStudio.Workload.Universal ' + `
|
||||||
'--add Microsoft.VisualStudio.Workload.VisualStudioExtension'
|
'--add Microsoft.VisualStudio.Workload.VisualStudioExtension ' + `
|
||||||
|
'--add Component.MDD.Linux ' + `
|
||||||
|
'--add Component.MDD.Linux.GCC.arm'
|
||||||
|
|
||||||
$ReleaseInPath = "Enterprise"
|
$ReleaseInPath = "Enterprise"
|
||||||
$BootstrapperUrl = "https://aka.ms/vs/16/release/vs_${ReleaseInPath}.exe"
|
$BootstrapperUrl = "https://aka.ms/vs/16/release/vs_${ReleaseInPath}.exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user