Skip to content

Commit 18a91b4

Browse files
committed
attempting to change windows python compiler from MSVSC to mingw
1 parent abf8868 commit 18a91b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
${{github.workspace}}/venv/Scripts/Activate.ps1 &&
9797
pip3 install --upgrade pip wheel &&
9898
pip3 install Cython numpy six wheel &&
99-
CXX=mingw32 CC=mingw32 python3 ${{github.workspace}}\install\python_installer\setup.py bdist_wheel
99+
CXX=g++ CC=gcc python3 ${{github.workspace}}\install\python_installer\setup.py bdist_wheel
100100
101101
102102

0 commit comments

Comments
 (0)