Browse Source

[gha] add ucrt windows build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1727/head
R4SAS 2 years ago
parent
commit
03bcdceb9b
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 6
      .github/workflows/build-windows.yml

6
.github/workflows/build-windows.yml

@ -14,9 +14,9 @@ jobs: @@ -14,9 +14,9 @@ jobs:
fail-fast: true
matrix:
include: [
{ msystem: UCRT64, arch: ucrt, arch_short: x64-ucrt },
{ msystem: MINGW64, arch: x86_64, arch_short: x64 },
{ msystem: MINGW32, arch: i686, arch_short: x86 }
{ msystem: UCRT64, arch: ucrt-x86_64, 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