1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-24 14:24:14 +00:00

[gha] add ucrt windows build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-02-01 15:42:57 +03:00
parent 33ca836ad0
commit 03bcdceb9b
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

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