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 ac7dc3b commit ac49584
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
with:
python-version: '3.12'

- name: Microsoft Visual Studio C/C++
uses: ilammy/msvc-dev-cmd@v1

- name: Windows 10 SDK Installation
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
- name: MSVC v142 - VS 2019 C++ x64/x86 Build Tools
shell: cmd
run: |
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" modify --channelId VisualStudio.16.Release --productId Microsoft.VisualStudio.Product.Enterprise -q --includeRecommended --add "Microsoft.VisualStudio.Component.VC.14.25.x86.x64"
- name: CUDA Toolkit
uses: Jimver/[email protected]
Expand Down

0 comments on commit ac49584

Please sign in to comment.