浏览代码

[draft] Check the hunter build (#6061)

- closes https://github.com/assimp/assimp/issues/5373
Kim Kulling 5 月之前
父节点
当前提交
e2ee7d2c71
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/ccpp.yml

+ 4 - 0
.github/workflows/ccpp.yml

@@ -23,6 +23,10 @@ jobs:
             os: windows-latest
             os: windows-latest
             cxx: cl.exe
             cxx: cl.exe
             cc: cl.exe
             cc: cl.exe
+          - name: windows-hunter-latest-cl.exe
+            os: windows-latest
+            cxx: cl.exe
+            cc: cl.exe
           - name: ubuntu-latest-clang++
           - name: ubuntu-latest-clang++
             os: ubuntu-latest
             os: ubuntu-latest
             cxx: clang++
             cxx: clang++