Skip to content

Commit 5b7bea9

Browse files
authored
win: upgrade Visual Studio workload from 2019 to 2022
1 parent 481b9b1 commit 5b7bea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/install_tools/install_tools.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ cls
6161
-ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command ^
6262
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ^
6363
iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); ^
64-
choco upgrade -y python visualstudio2019-workload-vctools; ^
64+
choco upgrade -y python visualstudio2022-workload-vctools; ^
6565
Read-Host ''Type ENTER to exit'' ' ^
6666
-Verb RunAs

0 commit comments

Comments
 (0)