From ff360f5ef9d17a3f8fba6f3e7057acaf7bca3bf3 Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 10 Aug 2024 03:49:55 +0200 Subject: [PATCH] =?UTF-8?q?workflows=20analyzers=20bugfix=20build=20type?= =?UTF-8?q?=20=F0=9F=A4=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/analyzers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index 76bb14c58..9ecca05c7 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -191,7 +191,7 @@ jobs: -D CMAKE_DISABLE_PRECOMPILE_HEADERS:BOOL=ON -D CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON -D CMAKE_EXPORT_PACKAGE_REGISTRY:BOOL=OFF - -D CMAKE_BUILD_TYPE:STRING=${{ matrix.build-type.name }} + -D CMAKE_BUILD_TYPE:STRING=Debug -D CMAKE_CXX_SCAN_FOR_MODULES:BOOL=OFF -D VCPKG_APPLOCAL_DEPS:BOOL=OFF -D VERBOSE_CONFIGURE:BOOL=ON