Skip to content

Commit

Permalink
Install recommended packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Oct 22, 2023
1 parent 8adb64c commit 9fa7eb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
languages: 'cpp'

- name: Install dependencies
run: sudo apt install build-essential qt6-base-dev libqt6svg6-dev -y
# https://doc.qt.io/qt-6/linux.html
run: sudo apt install build-essential libgl1-mesa-dev qt6-base-dev libqt6svg6-dev -y

- name: Autobuild
uses: github/codeql-action/autobuild@v2
Expand Down

0 comments on commit 9fa7eb0

Please sign in to comment.