From 221cc3fa2311778c36ebce32cc9c70891c79b6fb Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Thu, 30 Jan 2025 13:05:18 +0000 Subject: [PATCH] fix msvc build type setting --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 823ad136d0..e20dba03b4 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -80,6 +80,7 @@ jobs: options: | BENCHMARK_DOWNLOAD_DEPENDENCIES=ON BUILD_SHARED_LIBS=${{ matrix.lib == 'shared' }} + CMAKE_BUILD_TYPE=${{ matrix.build_type }} - name: test working-directory: ${{ runner.workspace }}/_build