mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Update linux-builds.yml
This commit is contained in:
parent
a4c6f1d16c
commit
7192a06eb8
10
.github/workflows/linux-builds.yml
vendored
10
.github/workflows/linux-builds.yml
vendored
@ -29,11 +29,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: install qt
|
- name: install qt
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update --fix-missing
|
sudo apt update --fix-missing
|
||||||
sudo apt-get install qt6-tools-dev
|
sudo apt install qt6-base-dev
|
||||||
sudo apt-get install qt6-base-dev
|
sudo apt install qt6-base-private-dev
|
||||||
sudo apt-get install qt6-base-private-dev
|
sudo apt install qt6-tools-dev-tools
|
||||||
sudo apt-get install libqt6svg6
|
sudo apt install libqt6svg6
|
||||||
- name: qmake
|
- name: qmake
|
||||||
run: qmake
|
run: qmake
|
||||||
- name: make
|
- name: make
|
||||||
|
Loading…
Reference in New Issue
Block a user