Skip to content

Commit 40f3403

Browse files
committed
modify setup-msbuild@v2 remove vs-version
1 parent 77146b9 commit 40f3403

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-wheels-cuda-win.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ jobs:
5151
steps:
5252
- name: Add MSBuild to PATH
5353
if: runner.os == 'Windows'
54-
uses: microsoft/setup-msbuild@main
54+
uses: microsoft/setup-msbuild@v2
5555
with:
56-
vs-version: '[17.12,17.14)'
5756
msbuild-architecture: x64
5857

5958
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)