-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC v142 - VS 2019 C++ x64/x86 Build Tools installation on workflow …
…pipeline.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|