From 614c3a6836850c8244d3787bedf6bcdf293e7e94 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 1 Nov 2024 17:33:25 +0200 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f18d4cb..6442d6ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: run: choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --no-progress - name: Configure CMake - run: cmake -S . -B build -G "Visual Studio 17 2022" -A x64\ + run: cmake -S . -B build -G "Visual Studio 17 2022" -A x64 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_CXX_STANDARD=11 \ -DSPDLOG_BUILD_EXAMPLE=ON \