Skip to content

Commit

Permalink
.github: fix codeql.yml KWidgetsAddons dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
telans authored Oct 1, 2023
1 parent 292f9e1 commit 2eb2ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
echo "Installing Build Dependencies"
sudo apt-get update
sudo apt-get install qtbase5-dev libkf5widgetsaddons5 extra-cmake-modules
sudo apt-get install qtbase5-dev libkf5widgetsaddons-dev extra-cmake-modules
- name: Build KNetStats
uses: github/codeql-action/autobuild@v2
Expand Down

0 comments on commit 2eb2ff8

Please sign in to comment.