Skip to content

Commit 26a16ce

Browse files
committed
Update codeql.yml
1 parent 424dc4c commit 26a16ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- run: |
8989
mkdir build
9090
cd build
91-
gdb --batch -ex "run" -ex "bt" --args qmake ../src/NotepadNext.pro "DISTRIBUTION=AppImage"
91+
gdb --batch -ex "run" -ex "bt" --args qmake "../src/NotepadNext.pro" "DISTRIBUTION=AppImage"
9292
make -j$(nproc)
9393
9494
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)