Skip to content

Commit ca989cd

Browse files
committed
CI: Enable mswin version of Ruby
1 parent a956b04 commit ca989cd

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,9 +27,9 @@ jobs:
2727
- 2.x
2828
python_architecture:
2929
- x64
30-
#include:
30+
include:
31+
- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 }
3132
#- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
32-
#- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 }
3333

3434
steps:
3535
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)