From acd12d46ef2779fe9c4d882327605fd43d75d574 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Sep 2025 00:19:14 +0200 Subject: [PATCH] tweak --- .github/workflows/codeql.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 592e626917..3e35d92501 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -121,9 +121,11 @@ jobs: - name: 'build' timeout-minutes: 10 run: | - cmake -B . -G Ninja + cmake -B . -G Ninja -DENABLE_DEBUG=ON + cmake --build . --verbose cmake --build . --verbose --target servers cmake --build . --verbose --target tunits + src/curl -V - name: 'perform analysis' uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3