pull/312/head
ruki 4 years ago
parent 321d9b6db2
commit eeec4e6968
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 4
      .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 }}

Loading…
Cancel
Save