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: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: install qt - name: Install Qt
run: | uses: jurplel/install-qt-action@v2
sudo apt update --fix-missing with:
sudo apt install qt6-base-dev version: 6.2.*
sudo apt install qt6-base-private-dev host: linux
sudo apt install qt6-tools-dev-tools target: desktop
sudo apt install libqt6svg6 archives: 'qtbase qtsvg'
setup-python: false
- name: qmake - name: qmake
run: qmake run: qmake
- name: make - name: make