summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 18d694e..9e02074 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -46,7 +46,7 @@ jobs:
46 46
47 - name: Build 47 - name: Build
48 run: | 48 run: |
49 ./autogen.sh --without-cython 49 ./autogen.sh --enable-debug --without-cython
50 make 50 make
51 51
52 - name: Perform CodeQL Analysis 52 - name: Perform CodeQL Analysis