Update linux-builds.yml
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user