Skip to content

Commit 89c299e

Browse files
committed
Update codeql.yml
1 parent f0a2174 commit 89c299e

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
@@ -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)