Skip to content

Commit cd27194

Browse files
committed
CI: Add a job for MSVC
1 parent 539e7fa commit cd27194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- 2.x
2828
python_architecture:
2929
- x64
30-
#include:
31-
#- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
30+
include:
31+
- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
3232
#- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 }
3333

3434
steps:

0 commit comments

Comments
 (0)