Skip to content

Commit 414af4d

Browse files
authored
Merge pull request #497 from bitcraze/rik/msvc
Nightly Build: Use Visual Studio for compiling wheels on Windows
2 parents 6623336 + ec74aa4 commit 414af4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
$(brew --prefix)/bin/python${{ matrix.python-version }} -m venv venv
3434
echo "PATH=$(pwd)/venv/bin:$PATH" >> $GITHUB_ENV
3535
36+
- name: Set up MSVC environment (Windows)
37+
uses: ilammy/msvc-dev-cmd@v1
38+
with:
39+
arch: x64
40+
if: runner.os == 'Windows'
41+
3642
- name: Install dependencies
3743
run: |
3844
python3 -m pip install --upgrade pip build setuptools

0 commit comments

Comments
 (0)