From 9d086d1f13f29fbd686979ee9d4c5b2064876ebc Mon Sep 17 00:00:00 2001
From: evonicgu <57173883+evonicgu@users.noreply.github.com>
Date: Mon, 22 Jan 2024 06:18:32 +0100
Subject: [PATCH] Try fixing windows build

---
 .github/workflows/cmake_ctest_multiplatform.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cmake_ctest_multiplatform.yml b/.github/workflows/cmake_ctest_multiplatform.yml
index 2e0eb98..61d6e70 100644
--- a/.github/workflows/cmake_ctest_multiplatform.yml
+++ b/.github/workflows/cmake_ctest_multiplatform.yml
@@ -82,7 +82,7 @@ jobs:
 
       - name: Build
         # Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
-        run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -- -j $(nproc)
+        run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -j $(nproc)
 
       - name: Install llvm-cov lcov
         run: sudo apt update && sudo apt install llvm lcov