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 26a16ce commit 4190c5fCopy full SHA for 4190c5f
1 file changed
.github/workflows/codeql.yml
@@ -88,7 +88,7 @@ jobs:
88
- run: |
89
mkdir build
90
cd build
91
- gdb --batch -ex "run" -ex "bt" --args qmake "../src/NotepadNext.pro" "DISTRIBUTION=AppImage"
+ gdb --batch -ex "run" --args qmake "../src/NotepadNext.pro" "DISTRIBUTION=AppImage"
92
make -j$(nproc)
93
94
- name: Perform CodeQL Analysis
0 commit comments