add desktop-file-utils to CI

This commit is contained in:
Adam Fidel 2025-04-24 08:21:40 -05:00
parent 79944043fe
commit d9f292ccb7

View file

@ -29,7 +29,7 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE" run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Install build dependencies - 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 - name: Extract Version and SHA
run: | run: |