Skip to content

Commit

Permalink
ci: add cpath
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 11, 2024
1 parent 0d20a72 commit eab8cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
# uses: mxschmitt/action-tmate@v3

- name: Run pip wheel
env:
CPATH: "c:\msys64\mingw64\include"
run: pip wheel --no-deps '--config-settings=cmake.args=-G Unix Makefiles' -v .

- name: Install cibuildwheel
Expand Down

0 comments on commit eab8cef

Please sign in to comment.