From 75752fd608cea705e67feb60d8bcfca0e2308b9a Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 5 Apr 2025 15:03:35 +0200 Subject: [PATCH] Also target clang64 in the msys2 build. --- .github/workflows/daily.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 43e97dc446..7c32d35b39 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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