From ff1635a68a9d1cba068884bacf3c28c55444cc83 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Sat, 26 Oct 2024 11:44:30 +0800 Subject: [PATCH] MSVC v142 - VS 2019 C++ x64/x86 Build Tools installation on workflow pipeline. --- .github/workflows/build_ci_windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_ci_windows.yml b/.github/workflows/build_ci_windows.yml index 81cc9b2..929931a 100644 --- a/.github/workflows/build_ci_windows.yml +++ b/.github/workflows/build_ci_windows.yml @@ -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")