Skip to content

Commit

Permalink
Linux CI: Install qt6-tools-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Dec 4, 2024
1 parent 59016c2 commit 13441c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Qt_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
sudo apt-get update && sudo apt install libx11-dev libgl1 libglx-mesa0 mesa-common-dev libfuse2 libwayland-dev libgl1-mesa-dev
sudo apt update
sudo apt install qt6-base-dev qt6-base-private-dev
sudo apt install qt6-base-dev qt6-base-private-dev qt6-tools-dev
- name: Install newer Clang
run: |
Expand Down

0 comments on commit 13441c7

Please sign in to comment.