aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2023-06-18 14:45:35 +0200
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2023-06-19 09:17:15 +0200
commit555cb40efdec7edf6ea66d0177f3c77a6eb29063 (patch)
tree9c085a71a7f1451bd4ff523d92f6c020eb7c4e93 /.github
parent9d22fce53fef7481ad6804aac62c63c4e5411dcc (diff)
downloadPrismLauncher-555cb40efdec7edf6ea66d0177f3c77a6eb29063.tar.gz
PrismLauncher-555cb40efdec7edf6ea66d0177f3c77a6eb29063.tar.bz2
PrismLauncher-555cb40efdec7edf6ea66d0177f3c77a6eb29063.zip
chore: install appstream in appimage
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 90b6cc76..b83259b4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -191,7 +191,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get -y update
- sudo apt-get -y install ninja-build extra-cmake-modules scdoc
+ sudo apt-get -y install ninja-build extra-cmake-modules scdoc appstream
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'