Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Dec 6, 2024
1 parent d7756cd commit 6384a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
CXX: "${{ runner.temp }}/msys64/mingw64/bin/c++.exe"
CIBW_ARCHS_WINDOWS: x86 AMD64
CIBW_BUILD: cp3*-win*
CIBW_BEFORE_BUILD: "echo $PATH; SET CC=${{ runner.temp }}/msys64/mingw64/bin/cc.exe; SET CXXC=${{ runner.temp }}/msys64/mingw64/bin/c++.exe"
CIBW_BEFORE_BUILD: "SET CC=${{ runner.temp }}/msys64/mingw64/bin/cc.exe; SET CXXC=${{ runner.temp }}/msys64/mingw64/bin/c++.exe"
CIBW_ENVIRONMENT_WINDOWS: PATH="${{ runner.temp }}/msys64/mingw64;$PATH"
run: |
python3 -m pip install cibuildwheel>=2
Expand Down

0 comments on commit 6384a84

Please sign in to comment.