aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-03-18 07:54:47 -0300
committerflow <thiagodonato300@gmail.com>2022-03-18 07:54:47 -0300
commitda43ed8ce1d804fe20c44788577a0387a698ed6e (patch)
treec7dc3d757dd1914ad55ee5e403d6be432a7e5729 /.github/workflows
parent8409aa2571d57f015a634a220107d199e88ba2fd (diff)
parentacdb54b88e0fbdcb46aba3ed3d90e8b7fed08357 (diff)
downloadPrismLauncher-da43ed8ce1d804fe20c44788577a0387a698ed6e.tar.gz
PrismLauncher-da43ed8ce1d804fe20c44788577a0387a698ed6e.tar.bz2
PrismLauncher-da43ed8ce1d804fe20c44788577a0387a698ed6e.zip
fix silly mistakes and merge upstream
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml1
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