Skip to content

Commit 3f86733

Browse files
authored
Update .github/workflows/build-test-windows.yml
1 parent 6a89005 commit 3f86733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
cd ${{ env.NEW_WORKSPACE }}
4848
49-
Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat"
49+
Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
5050
5151
cd python
5252
pip install -U wheel pybind11 certifi cython cmake setuptools>=65.6.1

0 commit comments

Comments
 (0)