Update linux-builds.yml

This commit is contained in:
githubuser0xFFFF 2023-02-10 13:58:03 +01:00 committed by GitHub
parent 7192a06eb8
commit bc9f136f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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