We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e907858 commit d449a3dCopy full SHA for d449a3d
1 file changed
.github/workflows/ci.yml
@@ -358,7 +358,7 @@ jobs:
358
source-dir: boost-root
359
modules: http
360
toolset: ${{ matrix.b2-toolset }}
361
- build-variant: ${{ matrix.build-type }}
+ build-variant: ${{ (matrix.compiler == 'msvc' && 'debug,release') || matrix.build-type }}
362
cxx: ${{ steps.setup-cpp.outputs.cxx || matrix.cxx || '' }}
363
cxxstd: ${{ matrix.cxxstd }}
364
address-model: ${{ (matrix.x86 && '32') || '64' }}
0 commit comments