Skip to content

Commit 4d7d191

Browse files
committed
Fix windows
1 parent 17217c9 commit 4d7d191

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
submodules: recursive
3434

3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@v3.3.1
36+
run: pipx run cibuildwheel==3.4.0
37+
shell: bash
3738

3839
- uses: actions/upload-artifact@v4
3940
with:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ ignore_missing_imports = true
7070
skip = ["cp3??t-*", "cp*-musllinux_*"]
7171

7272
[tool.cibuildwheel.windows]
73+
environment = { CC="clang-cl", CXX="clang-cl" }
7374
test-command = "gambaterm --help"
7475

7576
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)