Update linux-builds.yml

Added qtbase-private-dev
This commit is contained in:
githubuser0xFFFF 2021-07-17 14:52:09 +02:00 committed by GitHub
parent fc91502162
commit 5ead4684f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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