Skip to content

Commit

Permalink
ci: which cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 11, 2024
1 parent 85f6562 commit 6763678
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ jobs:
C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-fftw"
echo "c:\msys64\mingw64\bin;" >> $env:GITHUB_PATH
#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Which cmake
run: which cmake

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run pip wheel
run: pip wheel --no-deps '--config-settings=cmake.args=-G Unix Makefiles' -v .
Expand Down

0 comments on commit 6763678

Please sign in to comment.