diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d84d41b..519765f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -80,11 +80,11 @@ jobs: - name: Build working-directory: ${{ runner.workspace }}/build - run: cmake --build . --parallel 10 --config ${{ matrix.build_type }} + run: cmake --build . --parallel 10 --config Release - name: Test working-directory: ${{ runner.workspace }}/build - run: ctest -j 10 -C ${{ matrix.build_type }} --output-on-failure + run: ctest -j 10 -C Release --output-on-failure clang-cl-10: runs-on: windows-2019