Skip to content

Commit 2034c14

Browse files
committed
mod
1 parent 3f66c7b commit 2034c14

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/wheels-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
if: runner.os == 'Windows'
3434
uses: msys2/setup-msys2@v2
3535

36+
- name: Tell distutils to use mingw (Windows)
37+
if: runner.os == 'Windows'
38+
run: |
39+
echo "[build]`ncompiler=mingw32" | Out-File -Encoding ASCII ~/pydistutils.cfg
3640
3741
3842
- name: Build wheels

0 commit comments

Comments
 (0)