Skip to content

Commit f42d6d1

Browse files
committed
TrollDespair
1 parent 8ece99a commit f42d6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
Invoke-WebRequest -Uri "https://aka.ms/vs/16/release/vs_buildtools.exe" -OutFile "vs_buildtools.exe"
8787
Start-Process -FilePath "vs_buildtools.exe" -ArgumentList `
88-
"--wait", "--norestart", "--nocache", `
88+
"--quiet", "--wait", "--norestart", "--nocache", `
8989
"--installPath", "C:\BuildTools", `
9090
"--add", "Microsoft.VisualStudio.Component.Windows10SDK.18362", `
9191
"--add", "Microsoft.VisualStudio.Component.VC.142.x86.x64" -Wait

0 commit comments

Comments
 (0)