Skip to content

Commit

Permalink
Try Unix makefiles instead of ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Oct 25, 2023
1 parent 3ef3fb8 commit f1a0768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Build wheels (Not Windows)
if: runner.os != 'Windows'
uses: pypa/[email protected]
env:
CMAKE_GENERATOR: Unix Makefiles

- name: Build wheels (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit f1a0768

Please sign in to comment.