workflows: add msys2/ucrt64 and msys2/clang64

This commit is contained in:
David Hrdlička
2021-08-29 04:14:21 +02:00
parent 02f965d82a
commit f3d04d2411
2 changed files with 36 additions and 15 deletions

View File

@@ -43,6 +43,10 @@ jobs:
prefix: mingw-w64-i686
- msystem: MINGW64
prefix: mingw-w64-x86_64
- msystem: UCRT64
prefix: mingw-w64-ucrt-x86_64
- msystem: CLANG64
prefix: mingw-w64-clang-x86_64
steps:
- uses: msys2/setup-msys2@v2