Skip to content

Commit cfd9179

Browse files
committed
CI compile with Visual Studio compiler instead of MINGW64
1 parent 5cb58e4 commit cfd9179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel
8181
CIBW_BEFORE_ALL_WINDOWS: choco install ninja
8282
CIBW_BEFORE_ALL_MACOS: brew install ninja
83+
CIBW_CONFIG_SETTINGS_WINDOWS: "setup-args=--vsenv"
8384
- name: Upload package
8485
uses: actions/upload-artifact@v4
8586
with:

0 commit comments

Comments
 (0)