cicd: remove Ubuntu package appstream-util
not used anymore now that the project uses `appstreamcli`.
This commit is contained in:
parent
4a4e62d6ef
commit
59c89af79d
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
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: pip install meson ninja
|
||||||
- run: meson setup build
|
- run: meson setup build
|
||||||
- run: meson compile -C build
|
- run: meson compile -C build
|
||||||
|
|
Loading…
Reference in New Issue