We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89fcd3 commit f525b4bCopy full SHA for f525b4b
.github/workflows/install-vs-components.py
@@ -21,11 +21,12 @@
21
text=True,
22
shell=True,
23
).strip()
24
-components_to_add = (
+components_to_add = ["Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL"] + (
25
["Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL.ARM64"]
26
if platform.machine() == "ARM64"
27
- else ["Microsoft.VisualStudio.Component.VC.14.29.16.11.ATL"]
+ else []
28
)
29
+
30
args = (
31
"vs_installer.exe",
32
"modify",
0 commit comments