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 424dc4c commit 26a16ceCopy full SHA for 26a16ce
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" -ex "bt" --args qmake "../src/NotepadNext.pro" "DISTRIBUTION=AppImage"
92
make -j$(nproc)
93
94
- name: Perform CodeQL Analysis
0 commit comments