Update linux-builds.yml

Added x11extras to workflow
This commit is contained in:
githubuser0xFFFF 2020-08-31 13:00:27 +02:00 committed by GitHub
parent 0eb3978aee
commit 76304172ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ jobs:
run: | run: |
sudo apt-get update --fix-missing sudo apt-get update --fix-missing
sudo apt-get install qt5-default sudo apt-get install qt5-default
sudo apt-get install libqt5x11extras5-dev
- name: qmake - name: qmake
run: qmake run: qmake
- name: make - name: make