Also target clang64 in the msys2 build.

This commit is contained in:
Dirk Lemstra
2025-04-05 15:03:35 +02:00
parent bc34a49cef
commit 75752fd608
+2 -1
View File
@@ -238,8 +238,9 @@ jobs:
strategy:
matrix:
include: [
{ msystem: ucrt64, toolchain: ucrt-x86_64 },
{ msystem: clang64, toolchain: clang-x86_64 },
{ msystem: mingw64, toolchain: x86_64 },
{ msystem: ucrt64, toolchain: ucrt-x86_64 },
]
fail-fast: false