Skip to content

Commit

Permalink
Microsoft VS C/C++ Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 26, 2024
1 parent ac5de5c commit d6c5665
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

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

- name: MSVC Test
run: |
where cl.exe
cl.exe
- name: CUDA Toolkit
uses: Jimver/[email protected]
id: cuda-toolkit
Expand All @@ -31,11 +41,6 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

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

- name: Python 3.12 Installation
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit d6c5665

Please sign in to comment.