From 92d83f3219a190ff595e46af8f1ec23213682422 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 29 Nov 2024 20:30:49 +0200 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ca5365ce..9d24153b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -49,7 +49,7 @@ jobs: cmake -G "${{ matrix.config.GENERATOR }}" -A x64 ` -D CMAKE_BUILD_TYPE=${{ matrix.config.BUILD_TYPE }} ` -D BUILD_SHARED_LIBS=${{ matrix.config.BUILD_SHARED }} ` - -D SPDLOG_WCHAR_SUPPORT=${{ matrix.config.WCHAR }} ` + -D SPDLOG_WCHAR_SUPPORT=${{ matrix.config.WCHAR }} ` -D SPDLOG_BUILD_EXAMPLE=${{ matrix.config.BUILD_EXAMPLE }} ` -D SPDLOG_BUILD_TESTS=ON ` -D SPDLOG_BUILD_WARNINGS=${{ matrix.config.FATAL_ERRORS }} ` @@ -104,7 +104,7 @@ jobs: cmake -G "${{ matrix.config.GENERATOR }}" -A x64 ` -D CMAKE_BUILD_TYPE=${{ matrix.config.BUILD_TYPE }} ` -D BUILD_SHARED_LIBS=${{ matrix.config.BUILD_SHARED }} ` - -D SPDLOG_WCHAR_SUPPORT=${{ matrix.config.WCHAR }} ` + -D SPDLOG_WCHAR_SUPPORT=${{ matrix.config.WCHAR }} ` -D SPDLOG_BUILD_EXAMPLE=${{ matrix.config.BUILD_EXAMPLE }} ` -D SPDLOG_BUILD_TESTS=ON ` -D SPDLOG_BUILD_WARNINGS=${{ matrix.config.FATAL_ERRORS }} `