Merge pull request #247 from txtsd/actions_fix

Fix Ubuntu system Qt failure
This commit is contained in:
Ezekiel Smith 2022-03-10 23:45:32 +11:00 committed by GitHub
commit 91524d6d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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