From e2ee7d2c711205b352ca57a1ddc71e8cefea9a91 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 21 Mar 2025 20:08:43 +0100 Subject: [PATCH] [draft] Check the hunter build (#6061) - closes https://github.com/assimp/assimp/issues/5373 --- .github/workflows/ccpp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index d17faa114..052428b0f 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -23,6 +23,10 @@ jobs: os: windows-latest cxx: cl.exe cc: cl.exe + - name: windows-hunter-latest-cl.exe + os: windows-latest + cxx: cl.exe + cc: cl.exe - name: ubuntu-latest-clang++ os: ubuntu-latest cxx: clang++