We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ece99a commit f42d6d1Copy full SHA for f42d6d1
.github/workflows/CI.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
Invoke-WebRequest -Uri "https://aka.ms/vs/16/release/vs_buildtools.exe" -OutFile "vs_buildtools.exe"
87
Start-Process -FilePath "vs_buildtools.exe" -ArgumentList `
88
- "--wait", "--norestart", "--nocache", `
+ "--quiet", "--wait", "--norestart", "--nocache", `
89
"--installPath", "C:\BuildTools", `
90
"--add", "Microsoft.VisualStudio.Component.Windows10SDK.18362", `
91
"--add", "Microsoft.VisualStudio.Component.VC.142.x86.x64" -Wait
0 commit comments