From 59c89af79d1751ad64fc716611fc35c42a8796ce Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sat, 6 Jan 2024 21:26:50 -0500 Subject: [PATCH] cicd: remove Ubuntu package appstream-util not used anymore now that the project uses `appstreamcli`. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4df04b..a130ad6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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