diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 5631435531..f14d66e150 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -413,4 +413,4 @@ jobs: shell: bash # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest --output-on-failure -C Debug + run: ctest --output-on-failure -C Debug \ No newline at end of file