mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-21 09:48:49 +00:00
Update Qt_Build.yml
This commit is contained in:
parent
8df02effc6
commit
2fea95041c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/Qt_Build.yml
vendored
6
.github/workflows/Qt_Build.yml
vendored
|
@ -103,7 +103,11 @@ jobs:
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Install misc packages
|
- name: Install misc packages
|
||||||
run: sudo apt-get update && sudo apt install libx11-dev libgl1-mesa-glx mesa-common-dev libfuse2
|
run: |
|
||||||
|
sudo apt-get update && sudo apt install libx11-dev libgl1-mesa-glx mesa-common-dev libfuse2
|
||||||
|
sudo add-apt-repository ppa:okirby/qt6-backports
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install qt6-base-dev
|
||||||
|
|
||||||
- name: Install newer Clang
|
- name: Install newer Clang
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue