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++