From 8a09d00081f6baf57eee4f205e92d6849d0279cb Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Sun, 15 Nov 2020 13:10:21 -0500 Subject: [PATCH] actions: enable MSVC --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bd2ce18d..ae08ccb87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: strategy: matrix: config: - #- { - # name: Windows MSVC, - # os: windows-latest, - # msvc: true - #} + - { + name: Windows MSVC, + os: windows-latest, + msvc: true + } #- { # name: Windows MinGW, # os: windows-latest,