diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e7b455bed..533bc49fd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -9,9 +9,9 @@ jobs: strategy: matrix: os: [windows-latest] - kind: [static] + kind: [static, shared] arch: [x64, x86] - vs_runtime: [MT] + vs_runtime: [MT, MD] runs-on: ${{ matrix.os }}