diff --git a/.github/workflows/amd64_windows_cmake_cpp.yml b/.github/workflows/amd64_windows_cmake_cpp.yml index f970d6c447..9034818f8d 100644 --- a/.github/workflows/amd64_windows_cmake_cpp.yml +++ b/.github/workflows/amd64_windows_cmake_cpp.yml @@ -10,9 +10,10 @@ jobs: matrix: cmake: [ {generator: "Visual Studio 17 2022", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL}, + {generator: "Visual Studio 17 2022", config: Debug, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL}, ] fail-fast: false - name: Windows • ${{ matrix.cmake.generator }} • C++ + name: Windows • ${{ matrix.cmake.generator }}(${{ matrix.cmake.config }}) • C++ runs-on: windows-latest steps: - uses: actions/checkout@v4