Browse Source

[draft] Check the hunter build (#6061)

- closes https://github.com/assimp/assimp/issues/5373
Kim Kulling 5 months ago
parent
commit
e2ee7d2c71
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/ccpp.yml

+ 4 - 0
.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++