From cd271940c592a9e9cb90d10cdde53970a92553af Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Wed, 17 Mar 2021 13:47:26 +0900 Subject: [PATCH] CI: Add a job for MSVC --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 76364c9..ef1caea 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -27,8 +27,8 @@ jobs: - 2.x python_architecture: - x64 - #include: - #- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 } + include: + - { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 } #- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 } steps: