Skip to content

Commit 4cca371

Browse files
Update main.yml
1 parent 586b875 commit 4cca371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
shell: powershell
179179
run: |
180180
Set-Location "C:\Program Files (x86)\Microsoft Visual Studio\Installer\"
181-
$InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Preview"
181+
$InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
182182
$WorkLoads = '--add Microsoft.VisualStudio.Component.WinXP'
183183
$Arguments = ('/c', "vs_installer.exe", 'modify', '--installPath', "`"$InstallPath`"", $WorkLoads, '--quiet', '--norestart', '--nocache')
184184
$process = Start-Process -FilePath cmd.exe -ArgumentList $Arguments -Wait -PassThru -WindowStyle Hidden

0 commit comments

Comments
 (0)