build: cmake does not support toolset 144 apparently
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -40,12 +40,10 @@ jobs:
|
||||
windows:
|
||||
strategy:
|
||||
matrix:
|
||||
toolset: [default, v143, v144, clang-cl]
|
||||
toolset: [default, v143, clang-cl]
|
||||
include:
|
||||
- toolset: v143
|
||||
toolset_option: -T"v143"
|
||||
- toolset: v144
|
||||
toolset_option: -T"v144"
|
||||
- toolset: clang-cl
|
||||
toolset_option: -T"ClangCl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user