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 4d63ae9 commit 1bbc324Copy full SHA for 1bbc324
1 file changed
.github/workflows/codeql.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
mkdir build
53
cd build
54
- qmake ../src/NotepadNext.pro "DISTRIBUTION=$DISTRIBUTION" -r -spec linux-g++
+ qmake ../src/NotepadNext.pro "DISTRIBUTION=$DISTRIBUTION"
55
make -j$(nproc)
56
57
- name: Perform CodeQL Analysis
0 commit comments