From d9f292ccb773c867ecea9f40f6e8a8d1530e56a7 Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Thu, 24 Apr 2025 08:21:40 -0500 Subject: [PATCH] add desktop-file-utils to CI --- .github/workflows/build-flatpost-f41.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-flatpost-f41.yml b/.github/workflows/build-flatpost-f41.yml index 0763b52..2492e3d 100644 --- a/.github/workflows/build-flatpost-f41.yml +++ b/.github/workflows/build-flatpost-f41.yml @@ -29,7 +29,7 @@ jobs: run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Install build dependencies - run: dnf install -y git rpm-build make python3-devel python3-build + run: dnf install -y git rpm-build make python3-devel python3-build desktop-file-utils - name: Extract Version and SHA run: |