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

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