Fix Ubuntu system Qt failure

This commit is contained in:
txtsd 2022-03-10 13:38:16 +05:30
parent dc9e250868
commit c1201997a3
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53

View File

@ -100,6 +100,7 @@ jobs:
- name: Install System Qt on Linux
if: runner.os == 'Linux' && matrix.app_image != true
run: |
sudo apt-get -y update
sudo apt-get -y install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5
- name: Install Ninja