cicd: remove Ubuntu package appstream-util

not used anymore now that the project uses `appstreamcli`.
This commit is contained in:
Romain Failliot 2024-01-06 21:26:50 -05:00
parent 4a4e62d6ef
commit 59c89af79d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- run: sudo apt-get -y install meson appstream appstream-util desktop-file-utils gettext
- run: sudo apt-get -y install meson appstream desktop-file-utils gettext
- run: pip install meson ninja
- run: meson setup build
- run: meson compile -C build