Skip to content

Commit d3438ce

Browse files
committed
⚗️ try CodeQL in debug mode
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
1 parent 256e64a commit d3438ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- if: matrix.language == 'cpp'
5252
name: Configure CMake
53-
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_QMAP_TESTS=ON -DBINDINGS=ON
53+
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DBUILD_QMAP_TESTS=ON -DBINDINGS=ON
5454

5555
- if: matrix.language == 'cpp'
5656
name: Build

0 commit comments

Comments
 (0)