Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 authored Sep 21, 2023
1 parent 84206d6 commit a93c87b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:

- run: |
sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev
qmake src/NotepadNext.pro
cd src
qmake NotepadNext.pro
make -j$(nproc)
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit a93c87b

Please sign in to comment.