diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32940ad6..add9a2e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -335,7 +335,7 @@ jobs: source-dir: boost-root modules: capy toolset: ${{ matrix.b2-toolset }} - build-variant: ${{ matrix.build-type }} + build-variant: ${{ (matrix.compiler == 'msvc' && 'debug,release') || matrix.build-type }} cxx: ${{ steps.setup-cpp.outputs.cxx || matrix.cxx || '' }} cxxstd: ${{ matrix.cxxstd }} address-model: ${{ (matrix.x86 && '32') || '64' }}