diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-03-10 13:38:16 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-03-10 13:38:16 +0530 |
commit | c1201997a3d753e364db5599c25554df803896ae (patch) | |
tree | 29f7b49277059b67d5856c4b5b9164bdd4447c9b /.github/workflows | |
parent | dc9e2508684b6cbedd03c36fcbb4b91095962e91 (diff) | |
download | PrismLauncher-c1201997a3d753e364db5599c25554df803896ae.tar.gz PrismLauncher-c1201997a3d753e364db5599c25554df803896ae.tar.bz2 PrismLauncher-c1201997a3d753e364db5599c25554df803896ae.zip |
Fix Ubuntu system Qt failure
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af5a1074..b5797e95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |