summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-02-07 12:23:22 +0100
committerGravatar Nikias Bassen2023-02-07 12:23:22 +0100
commit4dbf9de9690841bd084a7bb641197d3a3d5ce217 (patch)
tree8b4348f4f3839881a9cc2637c85ccc1b40759e2d
parent25e3e7369f442c72317e6c93a606ac142e5925e6 (diff)
downloadlibplist-4dbf9de9690841bd084a7bb641197d3a3d5ce217.tar.gz
libplist-4dbf9de9690841bd084a7bb641197d3a3d5ce217.tar.bz2
[github-actions] Fix build for CodeQL workflow again
-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:
- name: Build
run: |
- ./autogen.sh --without-cython
+ ./autogen.sh --enable-debug --without-cython
make
- name: Perform CodeQL Analysis