From 5b32168c285f144b0541b21eccba8ff6cc3dcccc Mon Sep 17 00:00:00 2001 From: galabovaa Date: Mon, 10 Jun 2024 13:31:53 +0100 Subject: [PATCH] release --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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