Skip to content

Commit 59c89af

Browse files
committed
cicd: remove Ubuntu package appstream-util
not used anymore now that the project uses `appstreamcli`.
1 parent 4a4e62d commit 59c89af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/setup-python@v5
4545
with:
4646
python-version: '3.8'
47-
- run: sudo apt-get -y install meson appstream appstream-util desktop-file-utils gettext
47+
- run: sudo apt-get -y install meson appstream desktop-file-utils gettext
4848
- run: pip install meson ninja
4949
- run: meson setup build
5050
- run: meson compile -C build

0 commit comments

Comments
 (0)