Skip to content

Commit

Permalink
Fix name of the different toolset runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Malacath-92 committed Jan 27, 2021
1 parent 184dcfb commit 796e672
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 796e672

Please sign in to comment.