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
7192a06eb8
commit
bc9f136f20
15
.github/workflows/linux-builds.yml
vendored
15
.github/workflows/linux-builds.yml
vendored
@ -27,13 +27,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: install qt
|
||||
run: |
|
||||
sudo apt update --fix-missing
|
||||
sudo apt install qt6-base-dev
|
||||
sudo apt install qt6-base-private-dev
|
||||
sudo apt install qt6-tools-dev-tools
|
||||
sudo apt install libqt6svg6
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: 6.2.*
|
||||
host: linux
|
||||
target: desktop
|
||||
archives: 'qtbase qtsvg'
|
||||
setup-python: false
|
||||
- name: qmake
|
||||
run: qmake
|
||||
- name: make
|
||||
|
Loading…
Reference in New Issue
Block a user