Skip to content

Commit

Permalink
Merge pull request #497 from bitcraze/rik/msvc
Browse files Browse the repository at this point in the history
Nightly Build: Use Visual Studio for compiling wheels on Windows
  • Loading branch information
gemenerik authored Nov 21, 2024
2 parents 6623336 + ec74aa4 commit 414af4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
$(brew --prefix)/bin/python${{ matrix.python-version }} -m venv venv
echo "PATH=$(pwd)/venv/bin:$PATH" >> $GITHUB_ENV
- name: Set up MSVC environment (Windows)
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
if: runner.os == 'Windows'

- name: Install dependencies
run: |
python3 -m pip install --upgrade pip build setuptools
Expand Down

0 comments on commit 414af4d

Please sign in to comment.