We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae36836 commit 424dc4cCopy full SHA for 424dc4c
1 file changed
.github/workflows/codeql.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Setup
60
run: |
61
sudo apt-get -y update
62
- sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev
+ sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev gdb
63
64
# Initializes the CodeQL tools for scanning.
65
- name: Initialize CodeQL
@@ -88,7 +88,7 @@ jobs:
88
- run: |
89
mkdir build
90
cd build
91
- qmake ../src/NotepadNext.pro "DISTRIBUTION=AppImage"
+ gdb --batch -ex "run" -ex "bt" --args qmake ../src/NotepadNext.pro "DISTRIBUTION=AppImage"
92
make -j$(nproc)
93
94
- name: Perform CodeQL Analysis
0 commit comments