mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Linux CI: Install qt6-tools-dev
This commit is contained in:
parent
59016c2ffd
commit
13441c7a0a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Qt_Build.yml
vendored
2
.github/workflows/Qt_Build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue