Skip to content

Commit 4d63ae9

Browse files
committed
Update codeql.yml
1 parent a3741fd commit 4d63ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
mkdir build
5353
cd build
54-
qmake ../src/NotepadNext.pro "DISTRIBUTION=$DISTRIBUTION"
54+
qmake ../src/NotepadNext.pro "DISTRIBUTION=$DISTRIBUTION" -r -spec linux-g++
5555
make -j$(nproc)
5656
5757
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)