Skip to content

Commit d449a3d

Browse files
committed
Also test on MSVC with error-checked standard library
1 parent e907858 commit d449a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358
source-dir: boost-root
359359
modules: http
360360
toolset: ${{ matrix.b2-toolset }}
361-
build-variant: ${{ matrix.build-type }}
361+
build-variant: ${{ (matrix.compiler == 'msvc' && 'debug,release') || matrix.build-type }}
362362
cxx: ${{ steps.setup-cpp.outputs.cxx || matrix.cxx || '' }}
363363
cxxstd: ${{ matrix.cxxstd }}
364364
address-model: ${{ (matrix.x86 && '32') || '64' }}

0 commit comments

Comments
 (0)