Skip to content

Commit

Permalink
Use cl on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Mar 6, 2024
1 parent c548ea5 commit 325d9f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-latest'

- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 325d9f5

Please sign in to comment.