Skip to content

Commit

Permalink
MSVC v142 - VS 2019 C++ x64/x86 Build Tools installation on workflow …
Browse files Browse the repository at this point in the history
…pipeline.
  • Loading branch information
nthnn committed Oct 26, 2024
1 parent 87659fd commit ff1635a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
python-version: '3.12'

- name: MSVC v142 - VS 2019 C++ x64/x86 Build Tools
powershell: |
shell: powershell
run: |
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$client = new-object System.Net.WebClient
$client.DownloadFile("$(visual_bootstrapper)","vs_enterprise.exe")
Expand Down

0 comments on commit ff1635a

Please sign in to comment.