[gha] add ucrt windows build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1727/head
R4SAS 2 years ago
parent 53f19e4050
commit 33ca836ad0
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -14,8 +14,9 @@ jobs:
fail-fast: true
matrix:
include: [
{ msystem: MINGW64, arch: x86_64, arch_short: x64 },
{ msystem: MINGW32, arch: i686, arch_short: x86 }
{ msystem: UCRT64, arch: ucrt, arch_short: x64-ucrt },
{ msystem: MINGW64, arch: x86_64, arch_short: x64 },
{ msystem: MINGW32, arch: i686, arch_short: x86 }
]
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save