diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index a6788b10d..17b6ae548 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -13,12 +13,12 @@ jobs: strategy: matrix: build_type: [Debug, Release] - toolset: [v142, ClangCL] + toolset_name: [MSVC, Clang] include: - - toolset: v142 - tooset_name: MSVC - - toolset: ClangCL - tooset_name: clang-cl + - toolset_name: MSVC + toolset: v142 + - toolset_name: Clang + toolset: ClangCL steps: - uses: actions/checkout@v2