Merge pull request #247 from txtsd/actions_fix
Fix Ubuntu system Qt failure
This commit is contained in:
commit
91524d6d6e
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -100,6 +100,7 @@ jobs:
|
|||||||
- name: Install System Qt on Linux
|
- name: Install System Qt on Linux
|
||||||
if: runner.os == 'Linux' && matrix.app_image != true
|
if: runner.os == 'Linux' && matrix.app_image != true
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get -y update
|
||||||
sudo apt-get -y install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5
|
sudo apt-get -y install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5
|
||||||
|
|
||||||
- name: Install Ninja
|
- name: Install Ninja
|
||||||
|
Loading…
Reference in New Issue
Block a user